wit-bindgen
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "d61d3708fe4a90ab811b94e1fd608f2f05fa2513" | ||
| "sha1": "b858f8e0bfacf371dee1bbf7097b3022339feb93" | ||
| }, | ||
| "path_in_vcs": "crates/guest-rust" | ||
| } |
+7
-7
@@ -340,3 +340,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "wit-bindgen" | ||
| version = "0.53.1" | ||
| version = "0.54.0" | ||
| dependencies = [ | ||
@@ -352,5 +352,5 @@ "bitflags", | ||
| name = "wit-bindgen-core" | ||
| version = "0.53.1" | ||
| version = "0.54.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "3deda4b7e9f522d994906f6e6e0fc67965ea8660306940a776b76732be8f3933" | ||
| checksum = "99cdef5ccf0b0e9bf30868d6f9c5ed116c84ae95f84ba29d2216d3e922de3963" | ||
| dependencies = [ | ||
@@ -364,5 +364,5 @@ "anyhow", | ||
| name = "wit-bindgen-rust" | ||
| version = "0.53.1" | ||
| version = "0.54.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "863a7ab3c4dfee58db196811caeb0718b88412a0aef3d1c2b02fcbae1e37c688" | ||
| checksum = "e76541e2f37ac1729db85765729daa0f3c2b5975d66699114d107525f6d6c8d5" | ||
| dependencies = [ | ||
@@ -381,5 +381,5 @@ "anyhow", | ||
| name = "wit-bindgen-rust-macro" | ||
| version = "0.53.1" | ||
| version = "0.54.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d14f3a9bfa3804bb0e9ab7f66da047f210eded6a1297ae3ba5805b384d64797f" | ||
| checksum = "a284e17b2bc808c72ba008f6694626fa76bcac608b3d1ed0880f9add3f558f8e" | ||
| dependencies = [ | ||
@@ -386,0 +386,0 @@ "anyhow", |
+2
-2
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "wit-bindgen" | ||
| version = "0.53.1" | ||
| version = "0.54.0" | ||
| authors = ["Alex Crichton <alex@alexcrichton.com>"] | ||
@@ -87,3 +87,3 @@ build = "build.rs" | ||
| [dependencies.wit-bindgen-rust-macro] | ||
| version = "0.53.1" | ||
| version = "0.54.0" | ||
| optional = true | ||
@@ -90,0 +90,0 @@ |
@@ -5,7 +5,7 @@ // This file is generated by ./ci/rebuild-libwit-bindgen-cabi.sh | ||
| extern void *cabi_realloc_wit_bindgen_0_53_1(void *ptr, size_t old_size, size_t align, size_t new_size); | ||
| extern void *cabi_realloc_wit_bindgen_0_54_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_53_1(ptr, old_size, align, new_size); | ||
| return cabi_realloc_wit_bindgen_0_54_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_53_1( | ||
| pub unsafe extern "C" fn cabi_realloc_wit_bindgen_0_54_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