mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-27 18:30:38 +00:00
fix: refine shadowrs dependency, remove libgit2, libz and potentally libssl (#6748)
* feat: update shadown-rs config and remove libgit/libz/libssl deps * chore: remove native inputs from flake
This commit is contained in:
@@ -13,9 +13,9 @@ codec = ["dep:serde"]
|
||||
[dependencies]
|
||||
const_format = "0.2"
|
||||
serde = { workspace = true, optional = true }
|
||||
shadow-rs.workspace = true
|
||||
shadow-rs = { version = "1.2.1", default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
build-data = "0.2"
|
||||
cargo-manifest = "0.19"
|
||||
shadow-rs.workspace = true
|
||||
shadow-rs = { version = "1.2.1", default-features = false, features = ["build"] }
|
||||
|
||||
Reference in New Issue
Block a user