Skip to content

Commit

Permalink
Fix version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Aug 9, 2024
1 parent 760dc72 commit 027d8c5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: './www'

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**/target
www/bip322*
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "0.0.3"
edition = "2021"
description = "Implements BIP322 generic message signing"
license = "CC0-1.0"
homepage = "https://bip322.rs"
repository = "https://github.com/raphjaph/bip322"

[dependencies]
base64 = "0.22.1"
Expand Down
4 changes: 3 additions & 1 deletion www/Cargo.lock

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

5 changes: 1 addition & 4 deletions www/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
bip322 = "0.0.2"
bip322 = "0.0.3"
bitcoin = "0.31.2"
wasm-bindgen = "0.2.92"

[patch.crates-io]
bip322 = { path = "../" }

0 comments on commit 027d8c5

Please sign in to comment.