Skip to content

Commit

Permalink
Make lib publishable (turns out you can't have git repos which is dumb)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Apr 21, 2022
1 parent 2cd79d6 commit aebc657
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ clap-verbosity-flag = "1.0.0"
cli-errors = "0.3.0"
derive_builder = "0.11.2"
exitcode = "1.1.2"
itoa = { git = "https://github.com/SUPERCILEX/itoa" }
# TODO use the real itoa once https://github.com/dtolnay/itoa/pull/34 goes through
itoa-const = "1.0.0"
log = { version = "0.4.16", features = ["release_max_level_info"] }
num-format = "0.4.0"
rand = { version = "0.8.5", default-features = false, features = ["simd_support"] }
Expand Down
1 change: 1 addition & 0 deletions src/utils/file_names.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use itoa_const as itoa;
use std::{mem::MaybeUninit, ptr, slice};

struct FileNameCache {
Expand Down

0 comments on commit aebc657

Please sign in to comment.