summary refs log tree commit diff
path: root/ripple/fossil/Cargo.toml
diff options
context:
space:
mode:
authoredef <edef@unfathomable.blue>2022-06-12 11:52:39 +0000
committeredef <edef@unfathomable.blue>2022-06-12 11:52:39 +0000
commitc20beacc2b49a805caeb34c9a7dec2ffd2c8e0d3 (patch)
tree45ea1e77da2bac6b4060355b0c33adf5d9b6607f /ripple/fossil/Cargo.toml
parentcb5bd26569ba33ea0cf1b696a9f0da42687a9185 (diff)
ripple/fossil/chunker: use hex_literal rather than hex escapes
A little more explicit, and a bit more readable.

Change-Id: Id462c46236e1de547aabd36409260bd1c99f6f88
Diffstat (limited to 'ripple/fossil/Cargo.toml')
-rw-r--r--ripple/fossil/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ripple/fossil/Cargo.toml b/ripple/fossil/Cargo.toml
index 663919f..7319a6b 100644
--- a/ripple/fossil/Cargo.toml
+++ b/ripple/fossil/Cargo.toml
@@ -28,6 +28,7 @@ prost-build = "0.8.0"
 
 [dev-dependencies]
 criterion = "0.3.5"
+hex-literal = "0.3.4"
 
 [[bench]]
 name = "chunker"