1
0
mirror of https://github.com/rm-dr/datapath.git synced 2025-12-10 05:14:13 -08:00
This commit is contained in:
2025-12-04 09:10:19 -08:00
committed by Mark
parent 08003a3fbe
commit d787e67e55
4 changed files with 95 additions and 50 deletions

4
Cargo.lock generated
View File

@@ -50,7 +50,7 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
[[package]]
name = "datapath"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"datapath-macro",
"itertools",
@@ -63,7 +63,7 @@ dependencies = [
[[package]]
name = "datapath-macro"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"proc-macro2",
"quote",