Small refactoring/simplification of radix code.

This commit is contained in:
Oleksandr Kozachuk
2023-01-10 13:58:25 +01:00
parent ab79a100d3
commit 8db5e66f83
3 changed files with 27 additions and 23 deletions
+1
View File
@@ -23,6 +23,7 @@ shlex = "1.1.0"
shellexpand = "3.0.0"
scopeguard = "1.1.0"
parking_lot = "0.12.1"
num-integer = "0.1.45"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
chrono = "0.4.23"