parent
4dc053348a
commit
be062b155b
@ -1,47 +0,0 @@
|
|||||||
ASL 2.0 or MIT: rust-autocfg 1.1.0
|
|
||||||
ASL 2.0 or MIT: rust-fastrand 1.7.0
|
|
||||||
ASL 2.0 or MIT: rust-indexmap 1.9.1
|
|
||||||
CC0: rust-dunce 1.0.2
|
|
||||||
MIT OR Apache-2.0: rust-clap 3.2.12
|
|
||||||
MIT OR Apache-2.0: rust-clap_complete 3.2.3
|
|
||||||
MIT OR Apache-2.0: rust-clap_derive 3.2.7
|
|
||||||
MIT OR Apache-2.0: rust-clap_lex 0.2.4
|
|
||||||
MIT or ASL 2.0: rust-anyhow 1.0.58
|
|
||||||
MIT or ASL 2.0: rust-askama 0.11.1
|
|
||||||
MIT or ASL 2.0: rust-askama_derive 0.11.2
|
|
||||||
MIT or ASL 2.0: rust-askama_escape 0.10.3
|
|
||||||
MIT or ASL 2.0: rust-askama_shared 0.12.2
|
|
||||||
MIT or ASL 2.0: rust-bitflags 1.3.2
|
|
||||||
MIT or ASL 2.0: rust-cfg-if 1.0.0
|
|
||||||
MIT or ASL 2.0: rust-clap_complete_fig 3.2.4
|
|
||||||
MIT or ASL 2.0: rust-dirs 4.0.0
|
|
||||||
MIT or ASL 2.0: rust-dirs-sys 0.3.7
|
|
||||||
MIT or ASL 2.0: rust-glob 0.3.0
|
|
||||||
MIT or ASL 2.0: rust-hashbrown 0.12.3
|
|
||||||
MIT or ASL 2.0: rust-heck 0.4.0
|
|
||||||
MIT or ASL 2.0: rust-libc 0.2.126
|
|
||||||
MIT or ASL 2.0: rust-mime 0.3.16
|
|
||||||
MIT or ASL 2.0: rust-minimal-lexical 0.2.1
|
|
||||||
MIT or ASL 2.0: rust-num-traits 0.2.15
|
|
||||||
MIT or ASL 2.0: rust-once_cell 1.13.0
|
|
||||||
MIT or ASL 2.0: rust-os_str_bytes 6.1.0
|
|
||||||
MIT or ASL 2.0: rust-proc-macro-error 1.0.4
|
|
||||||
MIT or ASL 2.0: rust-proc-macro-error-attr 1.0.4
|
|
||||||
MIT or ASL 2.0: rust-proc-macro2 1.0.40
|
|
||||||
MIT or ASL 2.0: rust-quote 1.0.20
|
|
||||||
MIT or ASL 2.0: rust-serde 1.0.139
|
|
||||||
MIT or ASL 2.0: rust-serde_derive 1.0.139
|
|
||||||
MIT or ASL 2.0: rust-syn 1.0.98
|
|
||||||
MIT or ASL 2.0: rust-unicase 2.6.0
|
|
||||||
MIT or ASL 2.0: rust-unicode-ident 1.0.1
|
|
||||||
MIT or ASL 2.0: rust-version_check 0.9.4
|
|
||||||
MIT: rust-atty 0.2.14
|
|
||||||
MIT: rust-bincode 1.3.3
|
|
||||||
MIT: rust-mime_guess 2.0.3
|
|
||||||
MIT: rust-nix 0.24.1
|
|
||||||
MIT: rust-nom 7.1.1
|
|
||||||
MIT: rust-ordered-float 3.0.0
|
|
||||||
MIT: rust-strsim 0.10.0
|
|
||||||
MIT: rust-textwrap 0.15.0
|
|
||||||
Unlicense or MIT: rust-memchr 2.5.0
|
|
||||||
Unlicense or MIT: rust-termcolor 1.1.3
|
|
@ -1 +1 @@
|
|||||||
SHA512 (zoxide-0.8.3.crate) = 62d7181f5199f0c21df3e4387eeb56c77c50c02453fc3fd5cab0c4cc954a9f932618415c1e0a4ff2c3e6b484e231b1e44ad47c7b432ca2617885e99af94873b8
|
SHA512 (zoxide-0.9.0.crate) = 916db51fcef2a605e7dc942a6f534c5588af0c24fd278e5053da8ba2e48945f123b950dbb8fabc470fbd33dc109cccfa83a50ea012618983dac7634790456939
|
||||||
|
@ -1,12 +1,31 @@
|
|||||||
--- zoxide-0.8.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
--- zoxide-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
+++ zoxide-0.8.3/Cargo.toml 2022-11-01T07:55:41.313146+00:00
|
+++ zoxide-0.9.0/Cargo.toml 2023-04-19T14:55:15.175976+00:00
|
||||||
@@ -79,9 +79,6 @@
|
@@ -76,8 +76,6 @@
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
-codegen-units = 1
|
codegen-units = 1
|
||||||
-debug = 0
|
-debug = 0
|
||||||
-strip = true
|
-strip = true
|
||||||
|
|
||||||
[dependencies.anyhow]
|
[dependencies.anyhow]
|
||||||
version = "1.0.32"
|
version = "1.0.32"
|
||||||
|
@@ -112,19 +110,6 @@
|
||||||
|
version = "1.0.116"
|
||||||
|
features = ["derive"]
|
||||||
|
|
||||||
|
-[dev-dependencies.assert_cmd]
|
||||||
|
-version = "2.0.0"
|
||||||
|
-
|
||||||
|
-[dev-dependencies.rstest]
|
||||||
|
-version = "0.16.0"
|
||||||
|
-default-features = false
|
||||||
|
-
|
||||||
|
-[dev-dependencies.rstest_reuse]
|
||||||
|
-version = "0.4.0"
|
||||||
|
-
|
||||||
|
-[dev-dependencies.tempfile]
|
||||||
|
-version = "3.1.0"
|
||||||
|
-
|
||||||
|
[build-dependencies.clap]
|
||||||
|
version = "4.0.0"
|
||||||
|
features = ["derive"]
|
||||||
|
Loading…
Reference in new issue