termux-packages/packages/nushell/crates-nu-cli-Cargo.toml.patch

13 lines
507 B
Diff
Raw Normal View History

diff -uNr nushell-0.15.0/crates/nu-cli/Cargo.toml nushell-0.15.0.mod/crates/nu-cli/Cargo.toml
--- nushell-0.15.0/crates/nu-cli/Cargo.toml 2020-06-09 23:39:15.000000000 +0300
+++ nushell-0.15.0.mod/crates/nu-cli/Cargo.toml 2020-06-21 20:37:20.916311059 +0300
@@ -26,7 +26,7 @@
2020-04-28 09:01:16 +02:00
async-stream = "0.2"
base64 = "0.12.1"
bigdecimal = { version = "0.1.2", features = ["serde"] }
2020-04-28 09:01:16 +02:00
-bson = { version = "0.14.1", features = ["decimal128"] }
+bson = "0.14.1"
byte-unit = "3.1.3"
2020-04-28 09:01:16 +02:00
bytes = "0.5.4"
calamine = "0.16"