Skip to content

Commit

Permalink
rustflags -> .cargo/config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
shortishly committed Aug 21, 2024
1 parent ffd6481 commit e1b19ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
rustflags = ""
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ members = ["tansu-*"]
edition = "2021"
version = "0.1.0"

[build]
rustflags = ""

[workspace.dependencies]
anyhow = "1.0.79"
async-trait = "0.1.77"
Expand Down

0 comments on commit e1b19ed

Please sign in to comment.