mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 05:12:40 +03:00
wezterm-dynamic: bump version of crates.io publish
Not sure if it is strictly necessary to do this, but stuff has changed since the last publish.
This commit is contained in:
parent
bbcac86436
commit
f472a5abfb
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -6317,7 +6317,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wezterm-dynamic"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"log",
|
||||
"maplit",
|
||||
|
@ -13,7 +13,7 @@ exclude = ["/data", "/tests"]
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
wezterm-dynamic = { version = "0.1", path = "../wezterm-dynamic" }
|
||||
wezterm-dynamic = { version = "0.2", path = "../wezterm-dynamic" }
|
||||
|
||||
[dev-dependencies]
|
||||
k9 = "0.12.0"
|
||||
|
@ -15,4 +15,4 @@ csscolorparser = {version="0.6", features=["lab"]}
|
||||
deltae = "0.3"
|
||||
lazy_static = "1.4"
|
||||
serde = {version="1.0", features = ["derive"], optional=true}
|
||||
wezterm-dynamic = { path = "../wezterm-dynamic", version="0.1" }
|
||||
wezterm-dynamic = { path = "../wezterm-dynamic", version="0.2" }
|
||||
|
@ -46,7 +46,7 @@ wezterm-bidi = { path = "../bidi", version="0.2.1" }
|
||||
wezterm-blob-leases = { path = "../wezterm-blob-leases", version="0.1" }
|
||||
wezterm-color-types = { path = "../color-types", version="0.2" }
|
||||
wezterm-input-types = { path = "../wezterm-input-types", version="0.1", default-features=false }
|
||||
wezterm-dynamic = { path = "../wezterm-dynamic", version="0.1" }
|
||||
wezterm-dynamic = { path = "../wezterm-dynamic", version="0.2" }
|
||||
|
||||
[features]
|
||||
widgets = ["cassowary", "fnv"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wezterm-dynamic"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/wez/wezterm"
|
||||
description = "config serialization for wezterm via dynamic json-like data values"
|
||||
|
Loading…
Reference in New Issue
Block a user