Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 17, 2024
1 parent 3779479 commit a667c37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions blur/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ name = "Build"
path = "build.rs"

[dependencies]
unbug = { version = "0.4.0", features = ["enable"] }
unbug = { version = "0.4.0" }

[features]
default = []
Debug = ["unbug/enable"]
3 changes: 1 addition & 2 deletions intake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ name = "Build"
path = "build.rs"

[dependencies]
unbug = { version = "0.4.0", features = ["enable"] }
unbug = { version = "0.4.0" }

[features]
default = []
Debug = ["unbug/enable"]
3 changes: 1 addition & 2 deletions nomnom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ name = "Build"
path = "build.rs"

[dependencies]
unbug = { version = "0.4.0", features = ["enable"] }
unbug = { version = "0.4.0" }

[features]
default = []
Debug = ["unbug/enable"]

0 comments on commit a667c37

Please sign in to comment.