Skip to content

Commit

Permalink
Everywhere: update shadow and thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinesfilmroellchen committed Dec 9, 2024
1 parent 3d61d6f commit 326487d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 12 deletions.
34 changes: 27 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object = { version = "0.36", features = [
"elf",
], optional = true, default-features = false }
parking_lot = "0.12"
thiserror = "1"
thiserror = "2"
lalrpop-util = { git = "https://github.com/lalrpop/lalrpop", rev = "b8b82e9ecde5ca531efd13ce1beb9c1c5fa488a1" }
num-traits = "0.2"
num-derive = "0.4"
Expand All @@ -91,7 +91,7 @@ path = "spcasm_derive"
version = "1.2.0"

[dependencies.shadow-rs]
version = "0.35"
version = "0.36"
optional = true
default-features = false
features = ["metadata"]
Expand All @@ -107,7 +107,7 @@ lalrpop = { git = "https://github.com/lalrpop/lalrpop", rev = "b8b82e9ecde5ca531
# lalrpop = { version = "0.22", default-features = false }

[build-dependencies.shadow-rs]
version = "0.35"
version = "0.36"
optional = true
default-features = false

Expand Down
4 changes: 2 additions & 2 deletions sals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ features = ["fancy-no-backtrace"]
version = "7"

[dependencies.shadow-rs]
version = "0.35"
version = "0.36"
default-features = false

[build-dependencies.shadow-rs]
version = "0.35"
version = "0.36"
default-features = false

[lints]
Expand Down

0 comments on commit 326487d

Please sign in to comment.