Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihanType committed Feb 26, 2024
1 parent 57d2c8d commit 9536913
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["rudi", "rudi-core", "rudi-macro", "examples/*"]

[workspace.package]
version = "0.8.0"
version = "0.8.1"
edition = "2021"
authors = ["zihan <ZihanType@proton.me>"]
license = "MIT/Apache-2.0"
Expand All @@ -14,8 +14,8 @@ readme = "README.md"

[workspace.dependencies]
# self
rudi = { version = "0.8.0", path = "./rudi", default-features = false }
rudi-macro = { version = "0.8.0", path = "./rudi-macro", default-features = false }
rudi = { version = "0.8.1", path = "./rudi", default-features = false }
rudi-macro = { version = "0.8.1", path = "./rudi-macro", default-features = false }
rudi-core = { version = "0.1.0", path = "./rudi-core", default-features = false }

# dependencies
Expand Down

0 comments on commit 9536913

Please sign in to comment.