mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Update s3handler to 0.7 (really 0.7.3). (#3757)
This brings with it a reduction in the number of duplicated dependencies that it has and the overhead it imposes on our build. The number of crates that need to be built for `cargo build --features extra` drops by roughly 50.
This commit is contained in:
@ -15,6 +15,6 @@ nu-errors = { path="../nu-errors", version="0.33.1" }
|
||||
nu-plugin = { path="../nu-plugin", version="0.33.1" }
|
||||
nu-protocol = { path="../nu-protocol", version="0.33.1" }
|
||||
nu-source = { path="../nu-source", version="0.33.1" }
|
||||
s3handler = "0.6.3"
|
||||
s3handler = "0.7"
|
||||
|
||||
[build-dependencies]
|
||||
|
Reference in New Issue
Block a user