mirror of
https://github.com/rm-dr/datapath.git
synced 2025-12-07 11:54:12 -08:00
v0.0.5
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -50,7 +50,7 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
||||
|
||||
[[package]]
|
||||
name = "datapath"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
dependencies = [
|
||||
"datapath-macro",
|
||||
"itertools",
|
||||
@@ -63,7 +63,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "datapath-macro"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
||||
@@ -11,7 +11,7 @@ readme = "README.md"
|
||||
authors = ["rm-dr"]
|
||||
|
||||
# Don't forget to bump datapath-macro below!
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
|
||||
[workspace.lints.rust]
|
||||
unused_import_braces = "deny"
|
||||
@@ -70,7 +70,7 @@ cargo_common_metadata = "deny"
|
||||
#
|
||||
|
||||
[workspace.dependencies]
|
||||
datapath-macro = { path = "crates/datapath-macro", version = "0.0.4" }
|
||||
datapath-macro = { path = "crates/datapath-macro", version = "0.0.5" }
|
||||
datapath = { path = "crates/datapath" }
|
||||
|
||||
chrono = "0.4.42"
|
||||
|
||||
@@ -4,6 +4,7 @@ use tracing::trace;
|
||||
use trie_rs::map::{Trie, TrieBuilder};
|
||||
|
||||
mod rule;
|
||||
pub use rule::Rule;
|
||||
|
||||
/// A path segment in an [`AnyDatapath`]
|
||||
#[derive(Debug, Clone, Hash, PartialEq, Eq)]
|
||||
|
||||
Reference in New Issue
Block a user