Skip to content

Commit fdb41fc

Browse files
committed
remove lock
1 parent ed36663 commit fdb41fc

6 files changed

Lines changed: 8 additions & 2598 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v4
6464
- uses: dtolnay/rust-toolchain@stable
6565
- name: Cargo publish (dry run)
66-
run: cargo publish --dry-run --locked
66+
run: cargo publish --dry-run
6767

6868
publish-crate:
6969
name: Publish to crates.io
@@ -76,4 +76,6 @@ jobs:
7676
- uses: actions/checkout@v4
7777
- uses: dtolnay/rust-toolchain@stable
7878
- name: Cargo publish
79-
run: cargo publish --locked --token ${{ secrets.CRATES_IO_TOKEN }}
79+
run: cargo publish
80+
env:
81+
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/target
2+
Cargo.lock
23
/.run
34
/.tmp_udf_*
45
/wp_bench_authority.sqlite

0 commit comments

Comments
 (0)