wit-bindgen
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "51080a08cafd3e056abf17f75bf9b7a01a98a8a7" | ||
| "sha1": "d61d3708fe4a90ab811b94e1fd608f2f05fa2513" | ||
| }, | ||
| "path_in_vcs": "crates/guest-rust" | ||
| } |
+17
-17
@@ -306,5 +306,5 @@ # This file is automatically @generated by Cargo. | ||
| name = "wasm-encoder" | ||
| version = "0.245.0" | ||
| version = "0.245.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "95d568e113f706ee7a7df9b33547bb80721f55abffc79b3dc4d09c368690e662" | ||
| checksum = "3f9dca005e69bf015e45577e415b9af8c67e8ee3c0e38b5b0add5aa92581ed5c" | ||
| dependencies = [ | ||
@@ -317,5 +317,5 @@ "leb128fmt", | ||
| name = "wasm-metadata" | ||
| version = "0.245.0" | ||
| version = "0.245.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "ce52b194ec202d029751081d735c1ae49c1bacbdc2634c821a86211e3751300c" | ||
| checksum = "da55e60097e8b37b475a0fa35c3420dd71d9eb7bd66109978ab55faf56a57efb" | ||
| dependencies = [ | ||
@@ -330,5 +330,5 @@ "anyhow", | ||
| name = "wasmparser" | ||
| version = "0.245.0" | ||
| version = "0.245.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "48a767a48974f0c8b66f211b96e01aa77feed58b8ccce4e7f0cff0ae55b174d4" | ||
| checksum = "4f08c9adee0428b7bddf3890fc27e015ac4b761cc608c822667102b8bfd6995e" | ||
| dependencies = [ | ||
@@ -343,3 +343,3 @@ "bitflags", | ||
| name = "wit-bindgen" | ||
| version = "0.53.0" | ||
| version = "0.53.1" | ||
| dependencies = [ | ||
@@ -355,5 +355,5 @@ "bitflags", | ||
| name = "wit-bindgen-core" | ||
| version = "0.53.0" | ||
| version = "0.53.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "f7a381fbf6d0b3403a207adf15c84811e039d2c4a30d4bcc329be5b8953cdad3" | ||
| checksum = "3deda4b7e9f522d994906f6e6e0fc67965ea8660306940a776b76732be8f3933" | ||
| dependencies = [ | ||
@@ -367,5 +367,5 @@ "anyhow", | ||
| name = "wit-bindgen-rust" | ||
| version = "0.53.0" | ||
| version = "0.53.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "22eb69865fd5fc2771e2197f3f0e75ddf7390c6ccb30895a6ea5837585bd4df4" | ||
| checksum = "863a7ab3c4dfee58db196811caeb0718b88412a0aef3d1c2b02fcbae1e37c688" | ||
| dependencies = [ | ||
@@ -384,5 +384,5 @@ "anyhow", | ||
| name = "wit-bindgen-rust-macro" | ||
| version = "0.53.0" | ||
| version = "0.53.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "f0916017a8d24501683b336f3205cc8958265b5cc6b9282b6a844701b17501c2" | ||
| checksum = "d14f3a9bfa3804bb0e9ab7f66da047f210eded6a1297ae3ba5805b384d64797f" | ||
| dependencies = [ | ||
@@ -400,5 +400,5 @@ "anyhow", | ||
| name = "wit-component" | ||
| version = "0.245.0" | ||
| version = "0.245.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "896efcb3d68ea1cb555d2d1df185b4071b39d91cf850456809bb0c90a0e4e66e" | ||
| checksum = "4894f10d2d5cbc17c77e91f86a1e48e191a788da4425293b55c98b44ba3fcac9" | ||
| dependencies = [ | ||
@@ -420,5 +420,5 @@ "anyhow", | ||
| name = "wit-parser" | ||
| version = "0.245.0" | ||
| version = "0.245.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "b5cda4f69fdc5a8d54f7032262217dd89410a933e3f86fdad854f5833caf3ccb" | ||
| checksum = "330698718e82983499419494dd1e3d7811a457a9bf9f69734e8c5f07a2547929" | ||
| dependencies = [ | ||
@@ -425,0 +425,0 @@ "anyhow", |
+2
-2
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "wit-bindgen" | ||
| version = "0.53.0" | ||
| version = "0.53.1" | ||
| authors = ["Alex Crichton <alex@alexcrichton.com>"] | ||
@@ -87,3 +87,3 @@ build = "build.rs" | ||
| [dependencies.wit-bindgen-rust-macro] | ||
| version = "0.53.0" | ||
| version = "0.53.1" | ||
| 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_0(void *ptr, size_t old_size, size_t align, size_t new_size); | ||
| extern void *cabi_realloc_wit_bindgen_0_53_1(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_0(ptr, old_size, align, new_size); | ||
| return cabi_realloc_wit_bindgen_0_53_1(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_0( | ||
| pub unsafe extern "C" fn cabi_realloc_wit_bindgen_0_53_1( | ||
| 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