mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01: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:
parent
5bc7a1f435
commit
3262ffc1a6
941
Cargo.lock
generated
941
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user