Skip to content

Commit e23b2ab

Browse files
authored
chore: upgrade to v0.6.0-rc3 (#847)
2 parents ece84a5 + 2cd2165 commit e23b2ab

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fiber-bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fiber-bin"
3-
version = "0.6.0-rc2"
3+
version = "0.6.0-rc3"
44
edition = "2021"
55

66
[[bin]]

crates/fiber-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build = "src/build.rs"
33
edition = "2021"
44
name = "fnn"
5-
version = "0.6.0-rc2"
5+
version = "0.6.0-rc3"
66

77
[lib]
88
crate-type = ["cdylib", "rlib"]

migrate/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

migrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fnn-migrate"
3-
version = "0.6.0-rc2"
3+
version = "0.6.0-rc3"
44
edition = "2021"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)