Skip to content

Commit

Permalink
Remove rten crate's self dependency in development
Browse files Browse the repository at this point in the history
The rten crate had a dependency on itself in development in order to enable
additional features. This worked when building, but appeared to prevent rust
analyzer from working properly in the rten-examples crate.

See also rust-lang/cargo#2911.
  • Loading branch information
robertknight committed Oct 11, 2024
1 parent 0de3ee6 commit 12f0b93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ num_cpus = "1.16.0"

[dev-dependencies]
libm = "0.2.6"
rten = { path = ".", features = ["mmap", "random"] }
rten-bench = { path = "./rten-bench" }
serde_json = { workspace = true }

Expand Down

0 comments on commit 12f0b93

Please sign in to comment.