Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit b7a42c6

Browse files
authored
Merge pull request #2 from jsonpath-standard/tidy
Fix project name
2 parents 13c78e7 + 8c4adea commit b7a42c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "jsonpath_ri"
2+
name = "jsonpath_reference_implementation"
33
version = "0.0.1"
44
authors = ["Glyn Normington <[email protected]>"]
55
edition = "2018"

tests/cts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#[cfg(test)]
88
mod tests {
9-
use jsonpath_ri::jsonpath;
9+
use jsonpath_reference_implementation::jsonpath;
1010
use serde::{Deserialize, Serialize};
1111
use std::fs;
1212
use std::panic;

0 commit comments

Comments
 (0)