Skip to content

Commit d01eaf2

Browse files
committed
bump version
1 parent c3658da commit d01eaf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lite-json"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Bryan Chen <xlchen1291@gmail.com>"]
55
description = "Simple JSON parser. Wasm / no_std ready."
66
license = "Apache-2.0"
@@ -12,7 +12,7 @@ categories = [
1212
]
1313

1414
[dependencies]
15-
lite-parser = { version = "0.1.1", path = "parser", default-features = false }
15+
lite-parser = { version = "0.1.2", path = "parser", default-features = false }
1616
num-traits = { version = "0.2", optional = true, default-features = false }
1717

1818
[features]

parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lite-parser"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Bryan Chen <xlchen1291@gmail.com>"]
55
description = "Simple parser library. Wasm / no_std ready."
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)