mirror of https://github.com/dswd/vpncloud.git
Typo
This commit is contained in:
parent
aa715b8c1d
commit
32abf1a34c
|
@ -5,7 +5,7 @@ This project follows [semantic versioning](http://semver.org).
|
||||||
### UNRELEASED
|
### UNRELEASED
|
||||||
|
|
||||||
- [added] Added ability to publish small beacons for rendezvous
|
- [added] Added ability to publish small beacons for rendezvous
|
||||||
- [added] Added build chain for pacakges
|
- [added] Added build chain for packages
|
||||||
- [added] Added more tests
|
- [added] Added more tests
|
||||||
- [changed] Allow to build binary without manpage
|
- [changed] Allow to build binary without manpage
|
||||||
- [changed] Rust edition 2018
|
- [changed] Rust edition 2018
|
||||||
|
|
|
@ -40,7 +40,6 @@ tempfile = "3"
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
bench = []
|
bench = []
|
||||||
system-libsodium = []
|
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
|
|
Loading…
Reference in New Issue