Skip to content

Commit

Permalink
run cargo fmt and updated crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-cavalcanti committed Oct 12, 2023
1 parent 647d530 commit deb677a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zmq_remote_api"
version = "0.1.0"
version = "0.2.0"
edition = "2021"


Expand All @@ -20,7 +20,3 @@ serde_json = "1.0.85"
uuid = { version = "1.1.2", features = ["v4", "fast-rng"] }
zmq = { version = "0.9.2", features = ["vendored"] }

[workspace]
members =[
"examples/opencv_example"
]
2 changes: 1 addition & 1 deletion src/remote_api_objects/sim/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ mod sim_const;
mod sim_ik_api;

pub use sim_api::Sim;
pub use sim_ik_api::SimIk;
pub use sim_const::*;
pub use sim_ik_api::SimIk;

/*
this suite test mocks the zmqClient, so it's possible
Expand Down

0 comments on commit deb677a

Please sign in to comment.