Skip to content

Commit

Permalink
deps: Relax dependency pinning to minor version level only
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 29, 2024
1 parent 9473e49 commit 3984fbd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ categories = ["text-processing"]
exclude = ["benches/", "tests/"]

[dependencies]
bitflags = "2.4.1"
bytemuck = { version = "1.5", features = ["extern_crate_alloc"] }
core_maths = "0.1.0" # only for no_std builds
smallvec = "1.6"
unicode-bidi-mirroring = "0.4.0"
unicode-ccc = "0.4.0"
unicode-properties = { version = "0.1.3", default-features = false, features = ["general-category"] }
unicode-script = "0.5.2"
wasmi = { version = "0.37.0", optional = true }
log = "0.4.22"
bitflags = "2.6"
bytemuck = { version = "1.20", features = ["extern_crate_alloc"] }
core_maths = "0.1" # only for no_std builds
smallvec = "1.13"
unicode-bidi-mirroring = "0.4"
unicode-ccc = "0.4"
unicode-properties = { version = "0.1", default-features = false, features = ["general-category"] }
unicode-script = "0.5"
wasmi = { version = "0.37", optional = true }
log = "0.4"

[dependencies.ttf-parser]
version = "0.25.0"
version = "0.25"
default-features = false
features = [
"opentype-layout",
Expand Down

0 comments on commit 3984fbd

Please sign in to comment.