Skip to content

Commit

Permalink
Merge pull request #371 from cgwalters/enable-104-default
Browse files Browse the repository at this point in the history
rust: Enable v1_0_4 feature by default
  • Loading branch information
alexlarsson authored Sep 30, 2024
2 parents c77ecd9 + 408e76a commit 41528d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ jobs:
key: "rust-main"
- name: Rust (default features)
run: cargo test
- name: Rust (all features)
run: cargo test -F v1_0_4
- name: Rust (no features)
run: cargo test --no-default-features
distcheck:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions rust/composefs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ path = "src/lib.rs"
[features]
# Depend on 1.0.4 APIs
v1_0_4 = ["composefs-sys/v1_0_4"]
default = ["v1_0_4"]

[dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit 41528d4

Please sign in to comment.