Skip to content

Commit

Permalink
Update repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Jan 19, 2024
1 parent 6defdc8 commit df8e6dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ resolver = "2"

[workspace.package]
authors = ["Yuki Kishimoto <[email protected]>"]
homepage = "https://github.com/yukibtc/rust-webln"
repository = "https://github.com/yukibtc/rust-webln.git"
homepage = "https://github.com/shadowylab/webln"
repository = "https://github.com/shadowylab/webln.git"
license = "MIT"
rust-version = "1.64.0" # TODO: check MSRV

Expand Down
2 changes: 1 addition & 1 deletion webln/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ keywords = ["webln", "lightning", "bitcoin"]
[dependencies]
js-sys.workspace = true
secp256k1 = { version = "0.27", default-features = false, features = ["std"] }
wasm-bindgen = { workspace = true, features = ["std"]}
wasm-bindgen = { workspace = true, features = ["std"] }
wasm-bindgen-futures.workspace = true
web-sys = { version = "0.3", default-features = false, features = ["Window"] }

0 comments on commit df8e6dd

Please sign in to comment.