Skip to content

Commit a776195

Browse files
committed
Release 0.7.1
fcb_api@0.7.1 fcb_cli@0.7.1 fcb_core@0.7.1 fcb_cpp@0.7.1 fcb_py@0.7.1 fcb_wasm@0.7.1 Generated by cargo-workspaces
1 parent c6e09bf commit a776195

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/rust/cli/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_cli"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
authors = ["Hidemichi Baba <baba.papa1120.ba@gmail.com>"]
66
license = "MIT"

src/rust/fcb_api/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_api"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55

66
[lib]

src/rust/fcb_core/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_core"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
authors = ["Hidemichi Baba <baba.papa1120.ba@gmail.com>"]
66
license = "MIT"

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.7.1"
44
edition = "2021"
55
authors = ["Hidemichi Baba <baba.papa1120.ba@gmail.com>"]
66
license = "MIT"

src/rust/fcb_py/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_py"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55

66
[lib]

src/rust/wasm/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_wasm"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55

66

0 commit comments

Comments
 (0)