Skip to content

Commit 75f5bca

Browse files
committed
Release 0.6.1
fcb_cpp@0.6.1 Generated by cargo-workspaces
1 parent df93107 commit 75f5bca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolver = "2"
66
[workspace.dependencies]
77
bytemuck = "1.15.0"
88
async-trait = { version = "0.1.85", default-features = true }
9-
fcb_core = { version = "0.6.0", path = "fcb_core" }
9+
fcb_core = { path = "fcb_core" }
1010
flatbuffers = "24.3.25"
1111
byteorder = "1.5.0"
1212
cjseq = { package = "cjseq2", version = "0.1.0" }

src/rust/fcb_cpp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fcb_cpp"
3-
version = "0.7.0"
3+
version = "0.6.1"
44
edition = "2021"
55
authors = ["Hidemichi Baba <baba.papa1120.ba@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)