Skip to content

Commit

Permalink
chore: release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BobAnkh authored Feb 18, 2025
1 parent 127e1c2 commit ab40a82
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 64 deletions.
123 changes: 61 additions & 62 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "netmito"]
resolver = "2"

[workspace.package]
version = "0.3.0"
version = "0.3.1"
edition = "2021"
homepage = "https://github.com/stack-rs/mitosis"
repository = "https://github.com/stack-rs/mitosis"
Expand Down Expand Up @@ -68,7 +68,7 @@ categories.workspace = true

[dependencies]
clap = { workspace = true }
netmito = { path = "netmito", version = "0.3.0" }
netmito = { path = "netmito", version = "0.3.1" }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
Expand Down

0 comments on commit ab40a82

Please sign in to comment.