Skip to content

Commit 5def290

Browse files
ci: Automate version bump to v1.4.0 (#69)
Co-authored-by: n13 <n13@users.noreply.github.com>
1 parent 2e288a2 commit 5def290

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
]
77

88
[workspace.package]
9-
version = "1.3.0"
9+
version = "1.4.0"
1010
authors = ["Quantus Network Developers <hello@quantus.com>"]
1111
homepage = "https://quantus.com"
1212
repository = "https://github.com/Quantus-Network/qp-poseidon"
@@ -26,7 +26,7 @@ p3-poseidon2 = { version = "0.3.0", default-features = false }
2626
p3-symmetric = { version = "0.3.0", default-features = false }
2727
# Git dep until new constants (SPONGE_WIDTH, SPONGE_RATE, POSEIDON2_OUTPUT) are published
2828
qp-poseidon-constants = { version = "1.1.0", default-features = false }
29-
qp-poseidon-core = { version = "1.3.0", path = "./core", default-features = false }
29+
qp-poseidon-core = { version = "1.4.0", path = "./core", default-features = false }
3030
rand = { version = "0.9", default-features = false, features = ["small_rng"] }
3131
rand_chacha = { version = "0.9", default-features = false }
3232
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)