We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2af1d2 commit 7da3e26Copy full SHA for 7da3e26
2 files changed
.github/dependabot.yml
@@ -12,3 +12,4 @@ updates:
12
schedule:
13
interval: "daily"
14
versioning-strategy: lockfile-only
15
+
.github/workflows/Rust.yml
@@ -76,5 +76,5 @@ jobs:
76
key: ${{ runner.os }}-cargo-${{ hashFiles('./Cargo.toml') }}
77
- uses: actions-rs/cargo@v1.0.3
78
with:
79
- command: build
80
- args: --release --all-features --manifest-path ./Cargo.toml
+ command: build
+ args: --release --all-features --manifest-path ./Cargo.toml
0 commit comments