Skip to content

Commit a383763

Browse files
authored
Replace did:key dependency with crate (#330)
* Update did:key dependency to cargo version * Update vendored library * package lock
1 parent 7f9dff5 commit a383763

File tree

8 files changed

+471
-2217
lines changed

8 files changed

+471
-2217
lines changed

native/.cargo/_config.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
[source.crates-io]
22
replace-with = "vendored-sources"
33

4-
[source."https://github.com/decentralized-identity/did-key.rs"]
5-
git = "https://github.com/decentralized-identity/did-key.rs"
6-
branch = "main"
7-
replace-with = "vendored-sources"
8-
94
[source."https://github.com/mikelodder7/oberon"]
105
git = "https://github.com/mikelodder7/oberon"
116
branch = "main"
127
replace-with = "vendored-sources"
138

149
[source.vendored-sources]
15-
directory = "vendor"
10+
directory = "vendor"

0 commit comments

Comments
 (0)