mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-25 01:34:13 +01:00
chore: changes merged
This commit is contained in:
parent
7d35be5b18
commit
6f24d7061c
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -419,7 +419,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "config"
|
||||
version = "0.11.0"
|
||||
source = "git+https://github.com/conradludgate/config-rs?branch=absolute-path-current-dir#4e0e155b5f7ef32b5b3f9d02f8f5efedbdfa1782"
|
||||
source = "git+https://github.com/mehcode/config-rs?branch=master#fd7ef7fbce135da904fcef678d5ca3089d794a8d"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"json5",
|
||||
|
@ -22,7 +22,7 @@ uuid = { version = "0.8", features = ["v4"] }
|
||||
indicatif = "0.16.2"
|
||||
whoami = "1.1.2"
|
||||
chrono-english = "0.1.4"
|
||||
config = { git = "https://github.com/conradludgate/config-rs", branch = "absolute-path-current-dir" }
|
||||
config = { git = "https://github.com/mehcode/config-rs", branch = "master" }
|
||||
serde_derive = "1.0.125"
|
||||
serde = "1.0.126"
|
||||
serde_json = "1.0.64"
|
||||
|
@ -20,7 +20,7 @@ uuid = { version = "0.8", features = ["v4"] }
|
||||
indicatif = "0.16.2"
|
||||
whoami = "1.1.2"
|
||||
chrono-english = "0.1.4"
|
||||
config = { git = "https://github.com/conradludgate/config-rs", branch = "absolute-path-current-dir" }
|
||||
config = { git = "https://github.com/mehcode/config-rs", branch = "master" }
|
||||
serde_derive = "1.0.125"
|
||||
serde = "1.0.126"
|
||||
serde_json = "1.0.64"
|
||||
|
Loading…
Reference in New Issue
Block a user