git ssb

0+

cel-desktop / dillo-did



Commit f5809ed49fa5316110a20d51b08f966a1a5dc5f0

Update to use Rust stable

Charles E. Lehner committed on 3/6/2021, 9:36:44 PM
Parent: 0a2159981e51aa2801cd12c60af8d5dac9a253ee

Files changed

Cargo.tomlchanged
README.mdchanged
Cargo.tomlView
@@ -6,13 +6,13 @@
66 edition = "2018"
77
88 [dependencies]
99 tokio = { version = "1.0", features = ["rt-multi-thread"] }
10-# didkit = { git = "https://github.com/spruceid/didkit/", rev = "c79e92f32ca1f07f2fadec0bb0860089e5aa9f7d" }
11-ssi = { git = "https://github.com/spruceid/ssi/", rev = "69255be2836475549bd366fd1ef7e8168a3ac52e", features = ["http-did"] }
12-did-key = { git = "https://github.com/spruceid/ssi/", rev = "69255be2836475549bd366fd1ef7e8168a3ac52e" }
13-did-web = { git = "https://github.com/spruceid/ssi/", rev = "69255be2836475549bd366fd1ef7e8168a3ac52e" }
14-did-tezos = { git = "https://github.com/spruceid/ssi/", rev = "69255be2836475549bd366fd1ef7e8168a3ac52e" }
10 +# didkit = { git = "https://github.com/spruceid/didkit/", rev = "ecfe9730f8896af5d5b86133f87a1b54a89a22d7" }
11 +ssi = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909", features = ["http-did"] }
12 +did-key = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909" }
13 +did-web = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909" }
14 +did-tezos = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909" }
1515 thiserror = "1.0"
1616 async-std = "1.9"
1717 serde_json = "1.0"
1818
README.mdView
@@ -1,7 +1,7 @@
11 # dillo-did
22
3-[Dillo][] plugin for [did][] ([Decentralized Identifier][did-core]) URIs. Written in [Rust][]. Requires [Rust nightly][]. Build using [Cargo][]. Uses [`ssi`][]/[DIDKit][].
3 +[Dillo][] plugin for [did][] ([Decentralized Identifier][did-core]) URIs. Written in [Rust][]. Build using [Cargo][]. Uses [`ssi`][]/[DIDKit][].
44
55 ## Screenshot
66
77 ![dillo-did-key.png](&WqNWKdBcMwCAy4SatQOZ5XoaGu1B4IpUQcZrfFbjJTk=.sha256)
@@ -35,9 +35,8 @@
3535 Apache License, Version 2.0
3636
3737 [Dillo]: https://www.dillo.org/
3838 [Rust]: https://www.rust-lang.org/
39-[Rust nightly]: https://doc.rust-lang.org/stable/book/appendix-07-nightly-rust.html
4039 [Cargo]: https://github.com/rust-lang/cargo
4140 [did]: https://www.iana.org/assignments/uri-schemes/prov/did
4241 [did-core]: https://www.w3.org/TR/did-core/
4342 [git-ssb]: %n92DiQh7ietE+R+X/I403LQoyf2DtR3WQfCkDKlheQU=.sha256

Built with git-ssb-web