1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-01 08:00:51 +00:00

build(deps): bump starship_module_config_derive from 0.1.0 to 0.1.2

This commit is contained in:
Matan Kushner 2020-09-30 16:16:26 -04:00
parent 3a1b7816d7
commit d63c7ce3f9
No known key found for this signature in database
GPG Key ID: B791E33704A84549
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1169,7 +1169,7 @@ dependencies = [
[[package]]
name = "starship_module_config_derive"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"proc-macro2",
"quote 1.0.7",

View File

@ -46,7 +46,7 @@ once_cell = "1.4.1"
chrono = "0.4"
sysinfo = "0.15.2"
byte-unit = "4.0.9"
starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" }
starship_module_config_derive = { version = "0.1.2", path = "starship_module_config_derive" }
yaml-rust = "0.4"
pest = "^2.1"
pest_derive = "^2.1"