File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ resolver = "3"
33members = [" bin/*" , " crates/*" ]
44
55[workspace .package ]
6- version = " 0.1.2 "
6+ version = " 0.1.3 "
77edition = " 2024"
88license = " Apache-2.0"
99repository = " 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
1818agave-feature-set = " 3.1.14"
@@ -31,7 +31,7 @@ hotpath = "0.15.1"
3131indexmap = " 2.14.0"
3232itertools = " 0.14.0"
3333libsecp256k1 = " 0.7.2"
34- mollusk-svm-fuzz-fixture-firedancer = " 0.12.0"
34+ mollusk-svm-fuzz-fixture-firedancer = " 0.12.1-agave-4. 0"
3535parking_lot = " 0.12.5"
3636prost = " 0.14"
3737qualifier_attr = " 0.2.2"
@@ -100,7 +100,7 @@ spl-token-2022-interface = "2.1.0"
100100spl-token-interface = " 2.0.0"
101101test-log = " 0.2.20"
102102thiserror = " 2.0.18"
103- tokio = " 1.52.1 "
103+ tokio = " 1.52.2 "
104104tracing = " 0.1.44"
105105
106106[workspace .lints .clippy ]
You can’t perform that action at this time.
0 commit comments