Skip to content

Commit

Permalink
Fix missed version number update
Browse files Browse the repository at this point in the history
  • Loading branch information
Carter12s committed Sep 26, 2024
1 parent ecc6c8f commit a3a523f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion roslibrust_genmsg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ itertools = "0.12"
lazy_static = "1.4"
log = "0.4"
minijinja = "2.0"
roslibrust_codegen = { path = "../roslibrust_codegen", version = "0.10.0" }
roslibrust_codegen = { path = "../roslibrust_codegen", version = "0.11.0" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"

Expand Down

0 comments on commit a3a523f

Please sign in to comment.