-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
650da62
commit aaa2cd2
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule dfxvm
updated
12 files
+4 −0 | CHANGELOG.md | |
+873 −402 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+2 −1 | deny.toml | |
+46 −2 | docs/cli-reference/dfxvm/dfxvm-list.mdx | |
+1 −0 | src/dfxvm.rs | |
+11 −3 | src/dfxvm/cli.rs | |
+26 −9 | src/dfxvm/list.rs | |
+13 −0 | src/dfxvm/manifest.rs | |
+1 −12 | src/dfxvm/update.rs | |
+6 −0 | src/error/dfxvm.rs | |
+41 −1 | tests/suite/dfxvm/list.rs |
Submodule internetidentity
updated
63 files
Submodule quill
updated
5 files
+4 −0 | CHANGELOG.md | |
+1 −1 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+4 −0 | src/lib/format/mod.rs | |
+3 −3 | src/lib/format/sns_swap.rs |
Submodule response-verfication
updated
43 files
Submodule samples
updated
9 files
Submodule sdk
updated
35 files