aboutsummaryrefslogtreecommitdiff
path: root/examples/example-pathfinder
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-pathfinder')
-rw-r--r--examples/example-pathfinder/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example-pathfinder/Cargo.toml b/examples/example-pathfinder/Cargo.toml
index bd362f2..bc41bd2 100644
--- a/examples/example-pathfinder/Cargo.toml
+++ b/examples/example-pathfinder/Cargo.toml
@@ -18,8 +18,8 @@ features = [
# Enable `pathf` features
"pathf",
- # Enable the `builds` feature for build-time support
- "builds",
+ # Enable the `build` feature for build-time support
+ "build",
]
[workspace]