Skip to content

Commit 2a99b89

Browse files
committed
fix: make immutable strings fitter on 32-bit
1 parent 1a9e394 commit 2a99b89

File tree

5 files changed

+3330
-2683
lines changed

5 files changed

+3330
-2683
lines changed

Cargo.lock

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ num_enum = "0.7.2"
7676
thiserror = "1.0.58"
7777
git-version = "0.3.9"
7878
smart-default = "0.7.1"
79+
const_format = { version = "0.2.32", features = ["assertcp"] }
7980

8081
[target.'cfg(all(target_os = "linux", any(not(target_env = "gnu"), not(target_pointer_width = "64"))))'.dependencies]
8182
self_update = { version = "0.39.0", default-features = false, features = ["archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate", "rustls"] }

0 commit comments

Comments
 (0)