Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Update for siwe-rs v0.2 and updated cacao-rs #2

Merged
merged 7 commits into from
Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ chrono = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
siwe = { version = "0.1" }
siwe = { version = "0.2" }
async-std = { version = "1.9", features = ["attributes"] }
async-trait = "0.1"
multibase = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Licensed under either of

at your option.

The [specification draft](./index.html) and [context files](contexts/v1.json) are additionally licensed under
The [specification draft](./index.html) and [context files](context/v1.json) are additionally licensed under

* Creative Commons Attribution 4.0 International License ([LICENSE-CC-BY-4.0](LICENSE-CC-BY-4.0) or https://creativecommons.org/licenses/by/4.0/)

Expand Down
Loading