Skip to content

Commit

Permalink
Publish Fix
Browse files Browse the repository at this point in the history
 - set strict version for curve-dalek
  • Loading branch information
devyatkinalexandr committed Dec 26, 2022
1 parent 707e749 commit a6cff00
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: Run cargo update
uses: actions-rs/cargo@v1
with:
command: update
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
with:
toolchain: stable
override: true
- name: Run cargo update
uses: actions-rs/cargo@v1
with:
command: update
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ blake2 = "0.10.4"
sha3 = "0.10.2"
sha2 = "0.10.2"
# todo: use root crate when its dependencies will be resolved
curve25519-dalek = { git = "https://github.com/nazar-pc/curve25519-dalek", version = "4.0.0-pre.2", tag = "4.0.0-pre.2"}
curve25519-dalek = { git = "https://github.com/nazar-pc/curve25519-dalek", version = "=4.0.0-pre.2", tag = "4.0.0-pre.2"}
ed25519-dalek = "1.0.1"
base64 = "0.13.0"
hex = "0.4.3"
Expand Down

0 comments on commit a6cff00

Please sign in to comment.