mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 00:44:57 +02:00
update shadow-rs to version 1 (#15462)
# Description Noticed there is a build failure in #15420, because `ShadowBuilder` struct is guarded by `build` feature. This pr is going to update it. # User-Facing Changes Hopefully none. # Tests + Formatting None # After Submitting None --------- Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
This commit is contained in:
@ -21,10 +21,10 @@ nu-protocol = { path = "../nu-protocol", version = "0.103.1", default-features =
|
||||
nu-utils = { path = "../nu-utils", version = "0.103.1", default-features = false }
|
||||
|
||||
itertools = { workspace = true }
|
||||
shadow-rs = { version = "0.38", default-features = false }
|
||||
shadow-rs = { version = "1.1", default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs = { version = "0.38", default-features = false }
|
||||
shadow-rs = { version = "1.1", default-features = false, features = ["build"] }
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = { workspace = true }
|
||||
|
Reference in New Issue
Block a user