Skip to content

Commit 6d2036c

Browse files
authored
Merge pull request #450 from Enet4/change/snafu_0.8
Migrate snafu to 0.8
2 parents 2859b68 + 5418cfc commit 6d2036c

File tree

21 files changed

+229
-208
lines changed

21 files changed

+229
-208
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
toolchain: stable
4848
cache: true
49-
- run: cargo build
49+
- run: cargo build --features=cli,inventory-registry,sop-class
5050

5151
check_macos:
5252
name: Check (macOS)

Cargo.lock

Lines changed: 37 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ itertools = "0.12"
1515
num-traits = "0.2.12"
1616
safe-transmute = "0.11.0"
1717
smallvec = "1.6.1"
18-
snafu = "0.7.3"
18+
snafu = "0.8"

0 commit comments

Comments
 (0)