1
1
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:
Wez Furlong 2024-01-27 12:05:29 -07:00
parent bbcac86436
commit f472a5abfb
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
5 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@ -6317,7 +6317,7 @@ dependencies = [
[[package]]
name = "wezterm-dynamic"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"log",
"maplit",

View File

@ -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"

View File

@ -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" }

View File

@ -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"]

View File

@ -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"