Skip to content

Commit

Permalink
Fix Cargo.toml capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyeng committed Feb 17, 2024
1 parent 9c694c7 commit 40f85ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
rust_dir = project_dir.joinpath("rust")
rust_origen_dir = rust_dir.joinpath("origen")
rust_cli_dir = rust_origen_dir.joinpath("cli")
rust_cli_toml = rust_cli_dir.joinpath("cargo.toml")
rust_cli_toml = rust_cli_dir.joinpath("Cargo.toml")
rust_build_cli_dir = project_dir.joinpath(f"rust/origen/target/debug")

test_apps_dir = project_dir.joinpath("test_apps")
Expand Down

0 comments on commit 40f85ce

Please sign in to comment.