Skip to content

Commit

Permalink
Merge pull request #450 from Enet4/change/snafu_0.8
Browse files Browse the repository at this point in the history
Migrate snafu to 0.8
  • Loading branch information
Enet4 authored Mar 20, 2024
2 parents 2859b68 + 5418cfc commit 6d2036c
Show file tree
Hide file tree
Showing 21 changed files with 229 additions and 208 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
toolchain: stable
cache: true
- run: cargo build
- run: cargo build --features=cli,inventory-registry,sop-class

check_macos:
name: Check (macOS)
Expand Down
99 changes: 37 additions & 62 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ itertools = "0.12"
num-traits = "0.2.12"
safe-transmute = "0.11.0"
smallvec = "1.6.1"
snafu = "0.7.3"
snafu = "0.8"
Loading

0 comments on commit 6d2036c

Please sign in to comment.