File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " lite-json"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [" Bryan Chen <xlchen1291@gmail.com>" ]
55description = " Simple JSON parser. Wasm / no_std ready."
66license = " 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 }
1616num-traits = { version = " 0.2" , optional = true , default-features = false }
1717
1818[features ]
Original file line number Diff line number Diff line change 11[package ]
22name = " lite-parser"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [" Bryan Chen <xlchen1291@gmail.com>" ]
55description = " Simple parser library. Wasm / no_std ready."
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments