wit-bindgen
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "6f8b8e75254174353fc27c269827c4c239d51eff" | ||
| "sha1": "0c39eee9f23d0530ed81bdf68bdd91fcc09ae08f" | ||
| }, | ||
| "path_in_vcs": "crates/guest-rust" | ||
| } |
+38
-38
@@ -147,5 +147,5 @@ # This file is automatically @generated by Cargo. | ||
| name = "indexmap" | ||
| version = "2.12.1" | ||
| version = "2.13.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" | ||
| checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" | ||
| dependencies = [ | ||
@@ -160,5 +160,5 @@ "equivalent", | ||
| name = "itoa" | ||
| version = "1.0.15" | ||
| version = "1.0.17" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" | ||
| checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" | ||
@@ -173,5 +173,5 @@ [[package]] | ||
| name = "log" | ||
| version = "0.4.28" | ||
| version = "0.4.29" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" | ||
| checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" | ||
@@ -208,5 +208,5 @@ [[package]] | ||
| name = "proc-macro2" | ||
| version = "1.0.103" | ||
| version = "1.0.105" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" | ||
| checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" | ||
| dependencies = [ | ||
@@ -218,5 +218,5 @@ "unicode-ident", | ||
| name = "quote" | ||
| version = "1.0.42" | ||
| version = "1.0.43" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" | ||
| checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" | ||
| dependencies = [ | ||
@@ -239,8 +239,2 @@ "proc-macro2", | ||
| [[package]] | ||
| name = "ryu" | ||
| version = "1.0.20" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" | ||
| [[package]] | ||
| name = "semver" | ||
@@ -282,11 +276,11 @@ version = "1.0.27" | ||
| name = "serde_json" | ||
| version = "1.0.145" | ||
| version = "1.0.149" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" | ||
| checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" | ||
| dependencies = [ | ||
| "itoa", | ||
| "memchr", | ||
| "ryu", | ||
| "serde", | ||
| "serde_core", | ||
| "zmij", | ||
| ] | ||
@@ -302,5 +296,5 @@ | ||
| name = "syn" | ||
| version = "2.0.111" | ||
| version = "2.0.114" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" | ||
| checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" | ||
| dependencies = [ | ||
@@ -326,5 +320,5 @@ "proc-macro2", | ||
| name = "wasm-encoder" | ||
| version = "0.243.0" | ||
| version = "0.244.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "c55db9c896d70bd9fa535ce83cd4e1f2ec3726b0edd2142079f594fc3be1cb35" | ||
| checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" | ||
| dependencies = [ | ||
@@ -337,5 +331,5 @@ "leb128fmt", | ||
| name = "wasm-metadata" | ||
| version = "0.243.0" | ||
| version = "0.244.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "eae05bf9579f45a62e8d0a4e3f52eaa8da518883ac5afa482ec8256c329ecd56" | ||
| checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" | ||
| dependencies = [ | ||
@@ -350,5 +344,5 @@ "anyhow", | ||
| name = "wasmparser" | ||
| version = "0.243.0" | ||
| version = "0.244.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "f6d8db401b0528ec316dfbe579e6ab4152d61739cfe076706d2009127970159d" | ||
| checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" | ||
| dependencies = [ | ||
@@ -363,3 +357,3 @@ "bitflags", | ||
| name = "wit-bindgen" | ||
| version = "0.50.0" | ||
| version = "0.51.0" | ||
| dependencies = [ | ||
@@ -375,5 +369,5 @@ "bitflags", | ||
| name = "wit-bindgen-core" | ||
| version = "0.50.0" | ||
| version = "0.51.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "6ee98d5747ec63897e51101c8cafad569cc639346332c0378772ef4baeea8ed2" | ||
| checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" | ||
| dependencies = [ | ||
@@ -387,5 +381,5 @@ "anyhow", | ||
| name = "wit-bindgen-rust" | ||
| version = "0.50.0" | ||
| version = "0.51.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "8596d6a44bcc2b66e99213c342a85ff72be1109972f5353bb07d05a890a0c257" | ||
| checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" | ||
| dependencies = [ | ||
@@ -404,5 +398,5 @@ "anyhow", | ||
| name = "wit-bindgen-rust-macro" | ||
| version = "0.50.0" | ||
| version = "0.51.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "098fd8b2c4bab0052159a87d02acad740a9c809afe9dcf5bd0b92eb3f63da154" | ||
| checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" | ||
| dependencies = [ | ||
@@ -420,5 +414,5 @@ "anyhow", | ||
| name = "wit-component" | ||
| version = "0.243.0" | ||
| version = "0.244.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "36f9fc53513e461ce51dcf17a3e331752cb829f1d187069e54af5608fc998fe4" | ||
| checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" | ||
| dependencies = [ | ||
@@ -440,5 +434,5 @@ "anyhow", | ||
| name = "wit-parser" | ||
| version = "0.243.0" | ||
| version = "0.244.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "df983a8608e513d8997f435bb74207bf0933d0e49ca97aa9d8a6157164b9b7fc" | ||
| checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" | ||
| dependencies = [ | ||
@@ -456,1 +450,7 @@ "anyhow", | ||
| ] | ||
| [[package]] | ||
| name = "zmij" | ||
| version = "1.0.12" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "2fc5a66a20078bf1251bde995aa2fdcc4b800c70b5d92dd2c62abc5c60f679f8" |
+17
-2
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "wit-bindgen" | ||
| version = "0.50.0" | ||
| version = "0.51.0" | ||
| authors = ["Alex Crichton <alex@alexcrichton.com>"] | ||
@@ -87,3 +87,18 @@ build = "build.rs" | ||
| [dependencies.wit-bindgen-rust-macro] | ||
| version = "0.50.0" | ||
| version = "0.51.0" | ||
| optional = true | ||
| [lints.clippy] | ||
| allow_attributes_without_reason = "warn" | ||
| clone_on_copy = "warn" | ||
| manual_strip = "warn" | ||
| map_clone = "warn" | ||
| uninlined_format_args = "warn" | ||
| unnecessary_cast = "warn" | ||
| unnecessary_fallible_conversions = "warn" | ||
| unnecessary_mut_passed = "warn" | ||
| unnecessary_to_owned = "warn" | ||
| [lints.clippy.all] | ||
| level = "allow" | ||
| priority = -1 |
@@ -43,3 +43,3 @@ #![deny(missing_docs)] | ||
| #[cfg(not(target_family = "wasm"))] | ||
| #[allow(unused)] | ||
| #[allow(unused, reason = "dummy shim for non-wasm compilation, never invoked")] | ||
| $vis unsafe fn $func_name($($args)*) $(-> $ret)? { | ||
@@ -46,0 +46,0 @@ unreachable!(); |
@@ -5,7 +5,7 @@ // This file is generated by ./ci/rebuild-libwit-bindgen-cabi.sh | ||
| extern void *cabi_realloc_wit_bindgen_0_50_0(void *ptr, size_t old_size, size_t align, size_t new_size); | ||
| extern void *cabi_realloc_wit_bindgen_0_51_0(void *ptr, size_t old_size, size_t align, size_t new_size); | ||
| __attribute__((__weak__, __export_name__("cabi_realloc"))) | ||
| void *cabi_realloc(void *ptr, size_t old_size, size_t align, size_t new_size) { | ||
| return cabi_realloc_wit_bindgen_0_50_0(ptr, old_size, align, new_size); | ||
| return cabi_realloc_wit_bindgen_0_51_0(ptr, old_size, align, new_size); | ||
| } |
| // This file is generated by ./ci/rebuild-libwit-bindgen-cabi.sh | ||
| #[unsafe(no_mangle)] | ||
| pub unsafe extern "C" fn cabi_realloc_wit_bindgen_0_50_0( | ||
| pub unsafe extern "C" fn cabi_realloc_wit_bindgen_0_51_0( | ||
| old_ptr: *mut u8, | ||
@@ -6,0 +6,0 @@ old_len: usize, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet