wit-bindgen-core
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "ba933bda98214ffe2ae16c63b2b91d0932021bbc" | ||
| "sha1": "6f8b8e75254174353fc27c269827c4c239d51eff" | ||
| }, | ||
| "path_in_vcs": "crates/core" | ||
| } |
+1
-1
@@ -315,3 +315,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "wit-bindgen-core" | ||
| version = "0.49.0" | ||
| version = "0.50.0" | ||
| dependencies = [ | ||
@@ -318,0 +318,0 @@ "anyhow", |
+4
-3
@@ -13,6 +13,6 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| [package] | ||
| edition = "2021" | ||
| rust-version = "1.82.0" | ||
| edition = "2024" | ||
| rust-version = "1.87.0" | ||
| name = "wit-bindgen-core" | ||
| version = "0.49.0" | ||
| version = "0.50.0" | ||
| authors = ["Alex Crichton <alex@alexcrichton.com>"] | ||
@@ -33,2 +33,3 @@ build = false | ||
| repository = "https://github.com/bytecodealliance/wit-bindgen" | ||
| resolver = "2" | ||
@@ -35,0 +36,0 @@ [features] |
+1
-1
@@ -1,2 +0,2 @@ | ||
| use anyhow::{bail, Result}; | ||
| use anyhow::{Result, bail}; | ||
| use std::collections::HashSet; | ||
@@ -3,0 +3,0 @@ use std::fmt; |
+1
-1
@@ -151,3 +151,3 @@ use std::fmt::Write; | ||
| fn type_flags(&mut self, id: TypeId, name: &str, flags: &Flags, docs: &Docs); | ||
| fn type_tuple(&mut self, id: TypeId, name: &str, flags: &Tuple, docs: &Docs); | ||
| fn type_tuple(&mut self, id: TypeId, name: &str, tuple: &Tuple, docs: &Docs); | ||
| fn type_variant(&mut self, id: TypeId, name: &str, variant: &Variant, docs: &Docs); | ||
@@ -154,0 +154,0 @@ fn type_option(&mut self, id: TypeId, name: &str, payload: &Type, docs: &Docs); |
+1
-1
@@ -0,3 +1,3 @@ | ||
| use std::collections::BTreeMap; | ||
| use std::collections::btree_map::Entry; | ||
| use std::collections::BTreeMap; | ||
| use std::fmt::{self, Write}; | ||
@@ -4,0 +4,0 @@ use std::ops::Deref; |
Sorry, the diff of this file is too big to display