Skip to content

Commit

Permalink
Remove nonexistent feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Mar 15, 2024
1 parent db16858 commit b105df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ark-std = { version = "0.4.0", default-features = false }
base64 = "0.21"
crc-any = { version = "2.4.1", default-features = false }
serde = { version = "1.0", optional = true, features = ["derive"] }
snafu = { version = "0.8", features = ["backtraces"] }
snafu = { version = "0.8" }
tagged-base64-macros = { version = "0.3.3", path = "macros", default-features = false }

# Command line argument processing
Expand Down

0 comments on commit b105df6

Please sign in to comment.