Skip to content

Commit 027d8c5

Browse files
authored
Fix version (#16)
1 parent 760dc72 commit 027d8c5

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/configure-pages@v5
4545

4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v4
47+
uses: actions/upload-pages-artifact@v3
4848
with:
4949
path: './www'
5050

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
**/target
2+
www/bip322*

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version = "0.0.3"
44
edition = "2021"
55
description = "Implements BIP322 generic message signing"
66
license = "CC0-1.0"
7+
homepage = "https://bip322.rs"
8+
repository = "https://github.com/raphjaph/bip322"
79

810
[dependencies]
911
base64 = "0.22.1"

www/Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ edition = "2021"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
bip322 = "0.0.2"
10+
bip322 = "0.0.3"
1111
bitcoin = "0.31.2"
1212
wasm-bindgen = "0.2.92"
13-
14-
[patch.crates-io]
15-
bip322 = { path = "../" }

0 commit comments

Comments
 (0)