Skip to content

Commit 85e4785

Browse files
committed
fixes the pointer in UnresolvableError. Adds documentation.
1 parent 806fb0e commit 85e4785

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "jsonptr"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
edition = "2021"
55
description = "Data structures and logic for resolving, assigning, and deleting by JSON Pointers (RFC 6901)"
66
documentation = "https://docs.rs/jsonptr"
7-
keywords = ["json-pointer", "json-pointer", "6901", "rfc-6901"]
7+
keywords = ["json-pointer", "rfc-6901", "6901"]
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/chanced/jsonptr"
1010
homepage = "https://github.com/chanced/jsonptr"

0 commit comments

Comments
 (0)