Skip to content

Commit

Permalink
Merge pull request #5 from dfns/update-cargo-toml
Browse files Browse the repository at this point in the history
Add `repository` to Cargo.toml
  • Loading branch information
survived authored Mar 11, 2024
2 parents 2569de1 + c4d551b commit 9d7c59a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,13 @@ jobs:
cache-on-failure: "true"
- name: Run clippy
run: cargo clippy -- -D clippy::all
dry-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: "true"
- name: Run dry publish
run: cargo publish --dry-run

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "SLIP10 implementation in Rust"
repository = "https://github.com/dfns/slip-10"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 9d7c59a

Please sign in to comment.