Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Aug 31, 2024
1 parent 62a51da commit 41fb0c6
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions fusebox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fusebox"
version = "0.4.0"
version = "0.5.0"
authors = ["Lleyton Gray <[email protected]>"]
edition = "2021"
readme = "../README.md"
Expand Down Expand Up @@ -69,4 +69,4 @@ branch = "master"
[dependencies.ffi]
package = "fusebox-sys"
path = './sys'
version = "0.4.0"
version = "0.5.0"
2 changes: 1 addition & 1 deletion fusebox/sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fusebox-sys"
version = "0.4.0"
version = "0.5.0"
authors = ["Lleyton Gray <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
4 changes: 2 additions & 2 deletions libbismuth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libbismuth"
version = "0.4.0"
version = "0.5.0"
authors = ["Lleyton Gray <[email protected]>"]
edition = "2021"
readme = "../README.md"
Expand Down Expand Up @@ -69,4 +69,4 @@ branch = "master"
[dependencies.ffi]
package = "libbismuth-sys"
path = './sys'
version = "0.4.0"
version = "0.5.0"
2 changes: 1 addition & 1 deletion libbismuth/sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libbismuth-sys"
version = "0.4.0"
version = "0.5.0"
authors = ["Lleyton Gray <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
4 changes: 2 additions & 2 deletions libhelium/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libhelium"
version = "0.5.0"
version = "0.6.0"
authors = ["Lleyton Gray <[email protected]>"]
edition = "2021"
readme = "../README.md"
Expand Down Expand Up @@ -77,4 +77,4 @@ branch = "master"
[dependencies.ffi]
package = "libhelium-sys"
path = './sys'
version = "0.5.0"
version = "0.6.0"
2 changes: 1 addition & 1 deletion libhelium/sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libhelium-sys"
version = "0.5.0"
version = "0.6.0"
authors = ["Lleyton Gray <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down

0 comments on commit 41fb0c6

Please sign in to comment.