Skip to content

Commit

Permalink
bump thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxCode committed Dec 1, 2024
1 parent 36321e6 commit c183afa
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
26 changes: 23 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions ts-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ homepage = "https://github.com/Aleph-Alpha/ts-rs"
repository = "https://github.com/Aleph-Alpha/ts-rs"
keywords = ["typescript", "ts", "bindings", "ts-rs", "wasm"]
categories = [
"development-tools::ffi",
"development-tools::build-utils",
"wasm",
"web-programming",
"development-tools::ffi",
"development-tools::build-utils",
"wasm",
"web-programming",
]
readme = "../README.md"
rust-version = "1.63.0"
Expand Down Expand Up @@ -44,20 +44,19 @@ chrono = { version = "0.4", features = ["serde"] }
tokio = { version = "1.40", features = ["sync", "rt"] }

[dependencies]
heapless = { version = ">= 0.7, < 0.9", optional = true }
ts-rs-macros = { version = "=10.1.0", path = "../macros" }
thiserror = "2"

heapless = { version = ">= 0.7, < 0.9", optional = true }
dprint-plugin-typescript = { version = "0.90", optional = true }
chrono = { version = "0.4", optional = true }
bigdecimal = { version = ">= 0.0.13, < 0.5", features = [
"serde",
], optional = true }
bigdecimal = { version = ">= 0.0.13, < 0.5", features = ["serde"], optional = true }
uuid = { version = "1", optional = true }
bson = { version = "2", optional = true }
bytes = { version = "1", optional = true }
url = { version = "2", optional = true }
semver = { version = "1", optional = true }
smol_str = { version = "0.3", optional = true }
thiserror = "1"
indexmap = { version = "2", optional = true }
ordered-float = { version = ">= 3, < 5", optional = true }
serde_json = { version = "1", optional = true }
Expand Down

0 comments on commit c183afa

Please sign in to comment.