Skip to content

Commit

Permalink
update rust to 1.82 and include default thiserror features (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl authored Nov 26, 2024
1 parent 1f93a9a commit eae1dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
similar = "2.6.0"
tabwriter = "1.4.0"
thiserror = { version = "2", default-features = false }
thiserror = "2.0.3"
tempfile = "3.14.0"
test-common = { path = "test-common" }
thouart = { git = "https://github.com/oxidecomputer/thouart" }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.80"
channel = "1.82"
profile = "default"

0 comments on commit eae1dbd

Please sign in to comment.