aboutsummaryrefslogtreecommitdiff
path: root/benchmarks2d/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks2d/Cargo.toml')
-rw-r--r--benchmarks2d/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks2d/Cargo.toml b/benchmarks2d/Cargo.toml
index c7c775d..bbab4d9 100644
--- a/benchmarks2d/Cargo.toml
+++ b/benchmarks2d/Cargo.toml
@@ -2,7 +2,7 @@
name = "rapier-benchmarks-2d"
version = "0.1.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
-edition = "2018"
+edition = "2021"
[features]
parallel = [ "rapier2d/parallel", "rapier_testbed2d/parallel" ]
@@ -16,10 +16,10 @@ rand = "0.8"
Inflector = "0.11"
[dependencies.rapier_testbed2d]
-path = "../build/rapier_testbed2d"
+path = "../crates/rapier_testbed2d"
[dependencies.rapier2d]
-path = "../build/rapier2d"
+path = "../crates/rapier2d"
[[bin]]
name = "all_benchmarks2"