Skip to content

Commit 4b211fe

Browse files
authored
chore: v0.8.4 (#104)
* chore: v0.9.0 * chore: add test utils
1 parent 8b755a7 commit 4b211fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.8.3"
6+
version = "0.8.4"
77
edition = "2021"
88
rust-version = "1.81"
99
authors = ["init4"]
@@ -43,6 +43,7 @@ signet-sim = { version = "0.8.0", path = "crates/sim" }
4343
signet-types = { version = "0.8.0", path = "crates/types" }
4444
signet-tx-cache = { version = "0.8.0", path = "crates/tx-cache" }
4545
signet-zenith = { version = "0.8.0", path = "crates/zenith" }
46+
signet-test-utils = { version = "0.8.0", path = "crates/test-utils" }
4647

4748
# ajj
4849
ajj = { version = "0.3.4" }

0 commit comments

Comments
 (0)