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 5197f79 commit 51a5164
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 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.3" }
hxcadaptor = { version="0.1.3" }
hxcfe-sys = { version="0.1.3" }
hxcfe = { version="0.1.3" }
hxcadaptor-sys = { version="0.1.4" }
hxcadaptor = { version="0.1.4" }
hxcfe-sys = { version="0.1.4" }
hxcfe = { version="0.1.4" }

[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.3"
version = "0.1.4"
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.3"
version = "0.1.4"
edition = "2021"
authors = ["Romain Giot <[email protected]>"]
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.3"
version = "0.1.4"
edition = "2021"
links = "hxcfe"
repository = "https://github.com/cpcsdk/hxcfe_rs"
Expand Down
2 changes: 1 addition & 1 deletion hxcfe-sys/vendor/HxCFloppyEmulator
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.3"
version = "0.1.4"
edition = "2021"
repository = "https://github.com/cpcsdk/hxcfe_rs"
authors = ["Romain Giot <[email protected]>"]
Expand Down

0 comments on commit 51a5164

Please sign in to comment.