Skip to content

Commit

Permalink
fixes the pointer in UnresolvableError. Adds documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chanced committed Jun 9, 2022
1 parent 806fb0e commit 85e4785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "jsonptr"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
description = "Data structures and logic for resolving, assigning, and deleting by JSON Pointers (RFC 6901)"
documentation = "https://docs.rs/jsonptr"
keywords = ["json-pointer", "json-pointer", "6901", "rfc-6901"]
keywords = ["json-pointer", "rfc-6901", "6901"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/chanced/jsonptr"
homepage = "https://github.com/chanced/jsonptr"
Expand Down

0 comments on commit 85e4785

Please sign in to comment.