Skip to content

Commit 164dd8b

Browse files
committed
chore: fix version
1 parent 022bfa6 commit 164dd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ members = ["cli", "fcb_core", "fcb_cpp", "wasm", "fcb_api", "fcb_py"]
44
resolver = "2"
55

66
[workspace.dependencies]
7+
fcb_core = { version = "0.7.2", path = "fcb_core" }
78
bytemuck = "1.15.0"
89
async-trait = { version = "0.1.85", default-features = true }
9-
fcb_core = { path = "fcb_core" }
1010
flatbuffers = "24.3.25"
1111
byteorder = "1.5.0"
1212
cjseq = { package = "cjseq2", version = "0.1.0" }

0 commit comments

Comments
 (0)