Skip to content

Commit 09ecca3

Browse files
committed
chore(Cargo.toml): update workspace dependencies to version 0.1.3
1 parent 79efca9 commit 09ecca3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ resolver = "3"
33
members = ["bin/*", "crates/*"]
44

55
[workspace.package]
6-
version = "0.1.2"
6+
version = "0.1.3"
77
edition = "2024"
88
license = "Apache-2.0"
99
repository = "https://github.com/longcipher/hpsvm"
1010

1111
[workspace.dependencies]
1212
# local crates
13-
hpsvm = { path = "crates/hpsvm", version = "0.1.2" }
14-
hpsvm-fixture = { path = "crates/hpsvm-fixture", version = "0.1.2" }
15-
hpsvm-fixture-fd = { path = "crates/hpsvm-fixture-fd", version = "0.1.2" }
13+
hpsvm = { path = "crates/hpsvm", version = "0.1.3" }
14+
hpsvm-fixture = { path = "crates/hpsvm-fixture", version = "0.1.3" }
15+
hpsvm-fixture-fd = { path = "crates/hpsvm-fixture-fd", version = "0.1.3" }
1616

1717
# external crates
1818
agave-feature-set = "3.1.14"
@@ -31,7 +31,7 @@ hotpath = "0.15.1"
3131
indexmap = "2.14.0"
3232
itertools = "0.14.0"
3333
libsecp256k1 = "0.7.2"
34-
mollusk-svm-fuzz-fixture-firedancer = "0.12.0"
34+
mollusk-svm-fuzz-fixture-firedancer = "0.12.1-agave-4.0"
3535
parking_lot = "0.12.5"
3636
prost = "0.14"
3737
qualifier_attr = "0.2.2"
@@ -100,7 +100,7 @@ spl-token-2022-interface = "2.1.0"
100100
spl-token-interface = "2.0.0"
101101
test-log = "0.2.20"
102102
thiserror = "2.0.18"
103-
tokio = "1.52.1"
103+
tokio = "1.52.2"
104104
tracing = "0.1.44"
105105

106106
[workspace.lints.clippy]

0 commit comments

Comments
 (0)