Skip to content

Commit 2e0f23d

Browse files
committed
Bump version
1 parent 7504cdc commit 2e0f23d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "divvun-runtime"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2024"
55
repository = "https://github.com/divvun/divvun-runtime"
66
license = "MIT OR Apache-2.0"
@@ -53,6 +53,7 @@ jaq-core = "2.1.0"
5353
jaq-std = { version = "2.1.0", default-features = false, features = ["std", "math", "time"] }
5454
jaq-json = { version = "1.1.3", features = ["serde_json"] }
5555
crossterm = "0.29.0"
56+
kson-rs = "0.1.1"
5657

5758
[dependencies]
5859
divvun-runtime-macros = { path = "macros" }
@@ -97,6 +98,7 @@ fluent-bundle = { workspace = true }
9798
fluent-syntax = { workspace = true }
9899
unic-langid = { workspace = true }
99100
glob = { workspace = true }
101+
kson-rs = { workspace = true }
100102
# oslog = "0.2.0"
101103

102104
[build-dependencies]

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "divvun-runtime-macros"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55

66
[lib]

playground/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "divvun-rt-playground"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

0 commit comments

Comments
 (0)