Upgrade depdendencies, removing need for opt-level in debug

This commit is contained in:
Lucien Greathouse
2019-09-03 14:09:35 -07:00
parent 27839dfd21
commit cf5f20bbb5
2 changed files with 8 additions and 11 deletions

View File

@@ -17,9 +17,6 @@ members = [
"rojo-test",
]
[profile.dev]
opt-level = 1
[lib]
name = "librojo"
path = "src/lib.rs"