Release v0.11.1

This commit is contained in:
kpcyrd
2019-04-25 17:23:52 +02:00
parent 3810b7c87e
commit 2dfef8d9a3
5 changed files with 2344 additions and 892 deletions

View File

@@ -1 +1,3 @@
.env
# this can be removed after -registry rejoins the workspace
/target/

2330
sn0int-registry/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -34,6 +34,6 @@ serde_json = "1.0"
dotenv = "0.13"
#[patch.crates-io]
#rocket = { git = "https://github.com/SergioBenitez/Rocket.git", rev="c86f4312fb273c0380fb76a97bfb7fc227800542" }
#rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket.git", rev="c86f4312fb273c0380fb76a97bfb7fc227800542" }
[patch.crates-io]
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", rev="c86f4312fb273c0380fb76a97bfb7fc227800542" }
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket.git", rev="c86f4312fb273c0380fb76a97bfb7fc227800542" }