Skip to content

Commit

Permalink
Prep v0.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
carter committed Jan 8, 2025
1 parent 24988ac commit 52ad048
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roslibrust"
version = "0.12.1"
version = "0.12.2"
authors = ["carter <[email protected]>", "ssnover <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions roslibrust/README.md
2 changes: 1 addition & 1 deletion roslibrust/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]

// Re-export common types and traits under the roslibrust namespace
pub use roslibrust_common::*;
Expand Down

0 comments on commit 52ad048

Please sign in to comment.