Skip to content

Commit 4d6798f

Browse files
author
victor
committed
Fix: Correct offset for Unicode escape errors and bump version to 0.1.3
1 parent f162434 commit 4d6798f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "json-escape"
33
description = "A highly ergonomic, well-tested, no_std library for streaming JSON string escaping and unescaping. It processes JSON strings with zero-copy slicing and no intermediate allocations, ensuring both high performance and RFC-compliant correctness, ideal for I/O and memory-constrained environments."
4-
version = "0.1.2"
4+
version = "0.1.3"
55
edition = "2024"
66
authors = ["Victor <victorayo206@example.com>"]
77
rust-version = "1.85"

0 commit comments

Comments
 (0)