diff --git a/Cargo.lock b/Cargo.lock index 65c4a4c..236533f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,14 +157,14 @@ dependencies = [ [[package]] name = "hxcadaptor" -version = "0.1.3" +version = "0.1.4" dependencies = [ "hxcadaptor-sys", ] [[package]] name = "hxcadaptor-sys" -version = "0.1.3" +version = "0.1.4" dependencies = [ "bindgen", "copy_dir", @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "hxcfe" -version = "0.1.3" +version = "0.1.4" dependencies = [ "enumn", "hxcfe-sys", @@ -184,7 +184,7 @@ dependencies = [ [[package]] name = "hxcfe-sys" -version = "0.1.3" +version = "0.1.4" dependencies = [ "bindgen", "copy_dir", diff --git a/Cargo.toml b/Cargo.toml index ad2ea95..efb2e1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/hxcadaptor-sys/Cargo.toml b/hxcadaptor-sys/Cargo.toml index 954faad..db683e9 100644 --- a/hxcadaptor-sys/Cargo.toml +++ b/hxcadaptor-sys/Cargo.toml @@ -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" diff --git a/hxcadaptor-sys/vendor/HxCFloppyEmulator b/hxcadaptor-sys/vendor/HxCFloppyEmulator index fb24d53..edc1c76 160000 --- a/hxcadaptor-sys/vendor/HxCFloppyEmulator +++ b/hxcadaptor-sys/vendor/HxCFloppyEmulator @@ -1 +1 @@ -Subproject commit fb24d53c70427d93973314a5d72381c89b6874cf +Subproject commit edc1c76c6f246614173bd91966c3b9e5a09e2ef2 diff --git a/hxcadaptor/Cargo.toml b/hxcadaptor/Cargo.toml index 021ab5d..b35488f 100644 --- a/hxcadaptor/Cargo.toml +++ b/hxcadaptor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hxcadaptor" -version = "0.1.3" +version = "0.1.4" edition = "2021" authors = ["Romain Giot "] repository = "https://github.com/cpcsdk/hxcfe_rs" diff --git a/hxcfe-sys/Cargo.toml b/hxcfe-sys/Cargo.toml index f10e052..69e0f1a 100644 --- a/hxcfe-sys/Cargo.toml +++ b/hxcfe-sys/Cargo.toml @@ -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" diff --git a/hxcfe-sys/vendor/HxCFloppyEmulator b/hxcfe-sys/vendor/HxCFloppyEmulator index fb24d53..edc1c76 160000 --- a/hxcfe-sys/vendor/HxCFloppyEmulator +++ b/hxcfe-sys/vendor/HxCFloppyEmulator @@ -1 +1 @@ -Subproject commit fb24d53c70427d93973314a5d72381c89b6874cf +Subproject commit edc1c76c6f246614173bd91966c3b9e5a09e2ef2 diff --git a/hxcfe/Cargo.toml b/hxcfe/Cargo.toml index fea7732..729bf93 100644 --- a/hxcfe/Cargo.toml +++ b/hxcfe/Cargo.toml @@ -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 "]