Bump reedline to dev (and strum) (#12150)

Resolve version duplication around `strum(_macros)`

- Pull recent reedline (`strum` update)
- Update `strum` in `nu-protocol`
This commit is contained in:
Stefan Holderbach
2024-03-10 20:31:54 +01:00
committed by GitHub
parent 3a983bb5db
commit 27edef4874
3 changed files with 6 additions and 7 deletions

View File

@ -35,7 +35,7 @@ plugin = ["serde_json"]
[dev-dependencies]
serde_json = { workspace = true }
strum = "0.25"
strum = "0.26"
strum_macros = "0.26"
nu-test-support = { path = "../nu-test-support", version = "0.91.1" }
rstest = { workspace = true }