Skip to content

Commit

Permalink
bump version: ruci, rucimp -> 0.0.5; ruci-cmd -> 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
e1732a364fed committed Jan 1, 2099
1 parent 33acfed commit dc7c629
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
workspace = { members = [ "rucimp" ,"./", "crates/macro_mapper", "crates/ruci-cmd"] }
[package]
name = "ruci"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
readme = "README.md"
description = "a network proxy framework"
Expand Down
2 changes: 1 addition & 1 deletion crates/ruci-cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ruci-cmd"
version = "0.0.2"
version = "0.0.3"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rucimp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rucimp"
version = "0.0.4"
version = "0.0.5"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit dc7c629

Please sign in to comment.