Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihanType committed Aug 29, 2023
1 parent c253284 commit 74bef43
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-macro", "examples/*"]

[workspace.package]
version = "0.3.1"
version = "0.4.0"
edition = "2021"
authors = ["zihan <ZihanType@proton.me>"]
license = "MIT/Apache-2.0"
Expand All @@ -13,8 +13,8 @@ include = ["src/**/*", "Cargo.toml"]

[workspace.dependencies]
# self
rudi = { version = "0.3.1", path = "./rudi", default-features = false }
rudi-macro = { version = "0.3.1", path = "./rudi-macro", default-features = false }
rudi = { version = "0.4.0", path = "./rudi", default-features = false }
rudi-macro = { version = "0.4.0", path = "./rudi-macro", default-features = false }

# dependencies
proc-macro2 = { version = "1", default-features = false }
Expand Down

0 comments on commit 74bef43

Please sign in to comment.