Commit bdf2823
authored
Prepare releases for libwebauthn, solo-virtual-key (#133)
Changes:
* Rename solo to solo-virtual-key, prepare manifest for crates.io
release
* Update version for libwebauthn and push tag
Testing:
```
$ cargo publish --dry-run -p solo-virtual-key
```
Above succeeds.
```
$ cargo publish --dry-run -p libwebauthn
```
Fails as solo-virtual-key has not yet been updated/published.
```
Caused by:
failed to select a version for the requirement `solo-virtual-key = "^0.2"`
candidate versions found which didn't match: 0.1.0
location searched: crates.io index
required by package `libwebauthn v0.2.2 (/home/afresta/workspace/libwebauthn/libwebauthn)`
```1 parent 34f8a59 commit bdf2823
9 files changed
Lines changed: 28 additions & 25 deletions
File tree
- libwebauthn
- solo-virtual-key
- src
- solo
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
File renamed without changes.
Submodule ext updated from 0000000 to c12e6c7
File renamed without changes.
This file was deleted.
0 commit comments