Skip to content

Commit

Permalink
security-utils: remove workspace inheritance (#99)
Browse files Browse the repository at this point in the history
Orb-core doesn't support workspace inheritance unfortunately, which
caused the other PR that uses security utils to break. This removes
workspace inheritance for this crate.
  • Loading branch information
TheButlah authored May 13, 2024
1 parent 2e7d4ee commit 3f5d86f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions security-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ description = "Centrally auditable spot for security sensitive code"
authors = ["Ryan Butler <[email protected]>"]
publish = false

edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
# Can't use inheritance, orb-core depends on this
edition = "2021"
license = "MIT OR (Apache-2.0 WITH LLVM-exception)"
repository = "https://github.com/worldcoin/orb-software"
rust-version = "1.77.0" # See rust-version.toml

[features]
reqwest = ["dep:reqwest"]
Expand Down

0 comments on commit 3f5d86f

Please sign in to comment.