Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehforsch committed Feb 25, 2024
1 parent 02be3e5 commit d4d39e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diman"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
description = "Zero-cost compile-time dimensional analysis."
authors = ["Toni Peter <[email protected]>"]
Expand Down Expand Up @@ -44,8 +44,8 @@ mpi = { version = "0.7", default-features = false, features = ["derive"], option
once_cell = { version = "1.18.0", optional = true }
num-traits = { version = "0.2.17", default-features = false }

diman_unit_system = { path = "crates/diman_unit_system", version = "0.4", default-features = false }
diman_lib = { path = "crates/diman_lib", version = "0.4" }
diman_unit_system = { path = "crates/diman_unit_system", version = "0.5", default-features = false }
diman_lib = { path = "crates/diman_lib", version = "0.5" }

[dev-dependencies]
serde_yaml = "0.9.27"
Expand Down
2 changes: 1 addition & 1 deletion crates/diman_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diman_lib"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = [
"Toni Peter <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions crates/diman_unit_system/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diman_unit_system"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = [
"Toni Peter <[email protected]>",
Expand Down Expand Up @@ -32,7 +32,7 @@ default = ["f32", "f64"]
syn = { version = "2.0", features = ["full", "extra-traits"] }
quote = "1.0"
proc-macro2 = "1.0"
diman_lib = { path = "../diman_lib", version = "0.4" }
diman_lib = { path = "../diman_lib", version = "0.5" }

[lib]
proc-macro = true
Expand Down

0 comments on commit d4d39e7

Please sign in to comment.