From 2c271e250f55fae499870418226a89600f60b3bc Mon Sep 17 00:00:00 2001 From: Krusty/Benediction Date: Mon, 15 Jul 2024 22:06:17 +0200 Subject: [PATCH] Release 0.5.0 cpclib-bndbuild@0.5.0 cpclib-visual-bndbuild@0.4.0 Generated by cargo-workspaces --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- cpclib-bndbuild/Cargo.toml | 2 +- cpclib-visual-bndbuild/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3e9ff7f..54de196f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1515,7 +1515,7 @@ dependencies = [ [[package]] name = "cpclib-bndbuild" -version = "0.4.2" +version = "0.5.0" dependencies = [ "anyhow", "assert_cmd", @@ -1696,7 +1696,7 @@ dependencies = [ [[package]] name = "cpclib-visual-bndbuild" -version = "0.3.1" +version = "0.4.0" dependencies = [ "built", "cpclib-bndbuild", @@ -2188,7 +2188,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" dependencies = [ - "libloading 0.7.4", + "libloading 0.8.4", ] [[package]] @@ -3247,7 +3247,7 @@ dependencies = [ "bitflags 2.6.0", "com", "libc", - "libloading 0.7.4", + "libloading 0.8.4", "thiserror", "widestring", "winapi", @@ -6916,7 +6916,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.7.4", + "libloading 0.8.4", "log", "metal 0.27.0", "naga 0.19.2", @@ -6957,7 +6957,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.7.4", + "libloading 0.8.4", "log", "metal 0.28.0", "naga 0.20.0", diff --git a/Cargo.toml b/Cargo.toml index 8f5560b9..74fbb837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ cpclib-asm = { version = "0.8.0", path = "cpclib-asm", default-features = false cpclib-basic = { version = "0.8.0", path = "cpclib-basic", default-features = false } cpclib-basm = { version = "0.8.0", path = "cpclib-basm", default-features = false } cpclib-bdasm = { version = "0.8.0", path = "cpclib-bdasm", default-features = false } -cpclib-bndbuild = { version = "0.4.0", path = "cpclib-bndbuild", default-features = false } +cpclib-bndbuild = { version = "0.5.0", path = "cpclib-bndbuild", default-features = false } cpclib-common = { version = "0.8.0", path = "cpclib-common", default-features = false } cpclib-cpr = { version = "0.3.0", path = "cpclib-cpr", default-features = false } cpclib-crunchers = { version = "0.8.0", path = "cpclib-crunchers", default-features = false } @@ -50,7 +50,7 @@ cpclib-imgconverter = { version = "0.8.0", path = "cpclib-imgconverter", default cpclib-macros = { version = "0.8.0", path = "cpclib-macros", default-features = false } cpclib-sna = { version = "0.8.0", path = "cpclib-sna", default-features = false } cpclib-tokens = { version = "0.8.0", path = "cpclib-tokens", default-features = false } -cpclib-visual-bndbuild = { version = "0.3.0", path = "cpclib-visual-bndbuild", default-features = false } +cpclib-visual-bndbuild = { version = "0.4.0", path = "cpclib-visual-bndbuild", default-features = false } cpclib-xfer = { version = "0.8.0", path = "cpclib-xfer", default-features = false } cpclib-xfertool = { version = "0.8.0", path = "cpclib-xfertool", default-features = false } cpclib-z80emu = { version = "0.8.0", path = "cpclib-z80emu", default-features = false } diff --git a/cpclib-bndbuild/Cargo.toml b/cpclib-bndbuild/Cargo.toml index 70f934e3..30d71cba 100644 --- a/cpclib-bndbuild/Cargo.toml +++ b/cpclib-bndbuild/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpclib-bndbuild" -version = "0.4.2" +version = "0.5.0" resolver = "2" description = "Amstrad CPC project builder. Biased towards basm, but can still work with any tool" diff --git a/cpclib-visual-bndbuild/Cargo.toml b/cpclib-visual-bndbuild/Cargo.toml index 94957ef2..f0868ae4 100644 --- a/cpclib-visual-bndbuild/Cargo.toml +++ b/cpclib-visual-bndbuild/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpclib-visual-bndbuild" -version = "0.3.1" +version = "0.4.0" resolver = "2" description = "Amstrad CPC project builder. Biased towards basm, but can still work with any tool. This is the graphical version."