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

Fix project name #2

Merged
merged 1 commit into from
Sep 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "jsonpath_ri"
name = "jsonpath_reference_implementation"
version = "0.0.1"
authors = ["Glyn Normington <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion tests/cts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#[cfg(test)]
mod tests {
use jsonpath_ri::jsonpath;
use jsonpath_reference_implementation::jsonpath;
use serde::{Deserialize, Serialize};
use std::fs;
use std::panic;
Expand Down