Skip to content

Commit

Permalink
removing deterministic feature flag from Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
YaronWittenstein committed Oct 7, 2019
1 parent 7ce5ec4 commit 4ba0bdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ singlepass = ["wasmer-singlepass-backend"]
default-backend-singlepass = ["singlepass"]
default-backend-llvm = ["llvm"]
default-backend-cranelift = ["cranelift"]
deterministic = ["wasmer-singlepass-backend/deterministic", "wasmer-runtime-core/deterministic"]

[[bench]]
name = "nginx"
Expand Down

0 comments on commit 4ba0bdd

Please sign in to comment.