Skip to content

Commit f0672e5

Browse files
committed
bump version harmonia-v3.0.0
1 parent 159d2fc commit f0672e5

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ members = [
1919
resolver = "2"
2020

2121
[workspace.package]
22-
version = "2.1.0"
22+
version = "3.0.0"
2323
authors = [
2424
"Jörg Thalheim <joerg@thalheim.io>",
2525
"Simon Hauser <simon.hauser@helsinki-systems.de>",

harmonia-cache/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ async-compression = { version = "0.4.37", features = ["tokio", "bzip2"] }
3535
tokio-util = { version = "0.7.18", features = ["io"] }
3636
# Nix.rs-based crates
3737
harmonia-store-core = { version = "0.0.0-alpha.0" }
38-
harmonia-store-remote = { version = "2.1.0" }
39-
harmonia-nar = { version = "2.1.0" }
38+
harmonia-store-remote = { version = "3.0.0" }
39+
harmonia-nar = { version = "3.0.0" }
4040
harmonia-utils-hash = { version = "0.0.0-alpha.0" }
4141
futures = { workspace = true }
4242
prometheus = { workspace = true }

harmonia-daemon/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ readme = "README.md"
1212
harmonia-utils-io = { version = "0.0.0-alpha.0" }
1313
harmonia-utils-hash = { version = "0.0.0-alpha.0" }
1414
harmonia-store-core = { version = "0.0.0-alpha.0" }
15-
harmonia-store-db = { version = "2.1.0" }
16-
harmonia-protocol = { version = "2.1.0" }
15+
harmonia-store-db = { version = "3.0.0" }
16+
harmonia-protocol = { version = "3.0.0" }
1717
tokio = { workspace = true }
1818
log = { workspace = true }
1919
tracing = { workspace = true }

harmonia-protocol/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ harmonia-utils-test = { version = "0.0.0-alpha.0", optional = true }
3838
harmonia-utils-io = { version = "0.0.0-alpha.0" }
3939
harmonia-utils-hash = { version = "0.0.0-alpha.0" }
4040
harmonia-store-core = { version = "0.0.0-alpha.0" }
41-
harmonia-protocol-derive = { version = "2.1.0" }
42-
harmonia-nar = { version = "2.1.0" }
41+
harmonia-protocol-derive = { version = "3.0.0" }
42+
harmonia-nar = { version = "3.0.0" }
4343

4444
[dev-dependencies]
4545
harmonia-store-core = { version = "0.0.0-alpha.0", features = ["test"] }
46-
harmonia-nar = { version = "2.1.0", features = ["test"] }
46+
harmonia-nar = { version = "3.0.0", features = ["test"] }
4747
harmonia-utils-test = { version = "0.0.0-alpha.0" }
4848
paste = "1.0"
4949
proptest = { workspace = true }

harmonia-store-remote/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ readme = "README.md"
2020
# Harmonia crates
2121
harmonia-utils-io = { version = "0.0.0-alpha.0" }
2222
harmonia-store-core = { version = "0.0.0-alpha.0" }
23-
harmonia-protocol = { version = "2.1.0" }
24-
harmonia-nar = { version = "2.1.0" }
23+
harmonia-protocol = { version = "3.0.0" }
24+
harmonia-nar = { version = "3.0.0" }
2525

2626
# Async runtime
2727
tokio = { workspace = true }

0 commit comments

Comments
 (0)