Skip to content

Commit 7da3e26

Browse files
Build/v0.1.5
1 parent c2af1d2 commit 7da3e26

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ updates:
1212
schedule:
1313
interval: "daily"
1414
versioning-strategy: lockfile-only
15+

.github/workflows/Rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ jobs:
7676
key: ${{ runner.os }}-cargo-${{ hashFiles('./Cargo.toml') }}
7777
- uses: actions-rs/cargo@v1.0.3
7878
with:
79-
command: build
80-
args: --release --all-features --manifest-path ./Cargo.toml
79+
command: build
80+
args: --release --all-features --manifest-path ./Cargo.toml

0 commit comments

Comments
 (0)