File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22name = " json-patch-ext"
33authors = [" Applied Computing Research Labs" ]
44version = " 0.2.2"
5- edition = " 2021 "
5+ edition = " 2024 "
66description = " Unofficial extensions and helpers for json_patch"
77license = " MIT"
88readme = " README.md"
Original file line number Diff line number Diff line change @@ -51,24 +51,14 @@ pub use jsonptr::{
5151 Token ,
5252} ;
5353use serde_json:: {
54- json,
5554 Value ,
55+ json,
5656} ;
5757
5858pub use crate :: errors:: PatchError ;
5959
6060pub mod prelude {
6161 pub use super :: {
62- add_operation,
63- copy_operation,
64- escape,
65- format_ptr,
66- matches,
67- move_operation,
68- patch_ext,
69- remove_operation,
70- replace_operation,
71- test_operation,
7262 AddOperation ,
7363 CopyOperation ,
7464 MoveOperation ,
@@ -81,6 +71,16 @@ pub mod prelude {
8171 ReplaceOperation ,
8272 TestOperation ,
8373 Token ,
74+ add_operation,
75+ copy_operation,
76+ escape,
77+ format_ptr,
78+ matches,
79+ move_operation,
80+ patch_ext,
81+ remove_operation,
82+ replace_operation,
83+ test_operation,
8484 } ;
8585}
8686
You can’t perform that action at this time.
0 commit comments