Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-rnag committed Apr 25, 2022
1 parent 10571c2 commit 6c66871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/run_example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn main() {
// release: true,
jobs: Some(2),
profile: Some("release".to_owned()),
features: vec!["feature-1".to_owned()],
features: vec!["__feature-1".to_owned()],
no_default_features: true,
ignore_rust_version: true,
color: Some("always".to_owned()),
Expand Down

0 comments on commit 6c66871

Please sign in to comment.