Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty/Benediction committed Oct 7, 2023
1 parent 10ec06d commit 5197f79
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ members = [

[workspace.dependencies]

hxcadaptor-sys = { version="0.1.2" }
hxcadaptor = { version="0.1.2" }
hxcfe-sys = { version="0.1.2" }
hxcfe = { version="0.1.2" }
hxcadaptor-sys = { version="0.1.3" }
hxcadaptor = { version="0.1.3" }
hxcfe-sys = { version="0.1.3" }
hxcfe = { version="0.1.3" }

[patch.crates-io]

Expand Down
2 changes: 1 addition & 1 deletion hxcadaptor-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hxcadaptor-sys"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
links = "hxcadaptor"
repository = "https://github.com/cpcsdk/hxcfe_rs"
Expand Down
2 changes: 1 addition & 1 deletion hxcadaptor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hxcadaptor"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Romain Giot <giot.romain@gmail.com>"]
repository = "https://github.com/cpcsdk/hxcfe_rs"
Expand Down
2 changes: 1 addition & 1 deletion hxcfe-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hxcfe-sys"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
links = "hxcfe"
repository = "https://github.com/cpcsdk/hxcfe_rs"
Expand Down
2 changes: 1 addition & 1 deletion hxcfe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hxcfe"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
repository = "https://github.com/cpcsdk/hxcfe_rs"
authors = ["Romain Giot <giot.romain@gmail.com>"]
Expand Down

0 comments on commit 5197f79

Please sign in to comment.