From b3cda0cfb1a12622c071cfe2c78dd1b9de68d0cc Mon Sep 17 00:00:00 2001 From: organic-nailer Date: Sat, 22 Apr 2023 20:47:14 +0900 Subject: [PATCH] v0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2047a0c..d37ed73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "elaphe" -version = "0.2.0" +version = "0.2.1" dependencies = [ "ciborium", "copy_to_output", diff --git a/Cargo.toml b/Cargo.toml index 947f718..4ece4a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elaphe" -version = "0.2.0" +version = "0.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 2acd339..46d22c9 100644 --- a/README.md +++ b/README.md @@ -200,12 +200,12 @@ https://docs.google.com/document/d/1c956nDwu3t9qNN0C4HBvl9U6WSvCUY3umqpzohqlrKs/ - [x] null - [x] bool - [x] numeric - - [ ] String + - [x] String - [x] Single Quote - [x] Double Quote - - [ ] Multiline - - [ ] format - - [ ] Escape + - [x] Multiline + - [x] format + - [x] Escape - [ ] List - [x] Normal - [ ] Spread