Skip to content

Commit

Permalink
Declare 1.0 for libraries actively used by Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter committed Jan 24, 2025
1 parent 7edde23 commit a654509
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ core_maths = "0.1"
# default-features enabled by `skrifa`. Other crates using `read-fonts`
# that want default features will have to enable them directly.
font-test-data = { path = "font-test-data" }
font-types = { version = "0.8.2", path = "font-types" }
read-fonts = { version = "0.25.3", path = "read-fonts", default-features = false }
font-types = { version = "1.0.0", path = "font-types" }
read-fonts = { version = "1.0.0", path = "read-fonts", default-features = false }
# Disable default-features so that fauntlet can use skrifa without autohint
# shaping support
skrifa = { version = "0.26.5", path = "skrifa", default-features = false, features = ["std"] }
skrifa = { version = "1.0.0", path = "skrifa", default-features = false, features = ["std"] }
write-fonts = { version = "0.33.1", path = "write-fonts" }
shared-brotli-patch-decoder = { version = "0.1.0", path = "shared-brotli-patch-decoder" }
incremental-font-transfer = { version = "0.1.0", path = "incremental-font-transfer" }
Expand Down
2 changes: 1 addition & 1 deletion font-test-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "font-test-data"
version = "0.2.1"
version = "1.0.0"
description = "Test data for the fontations crates"
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion font-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "font-types"
version = "0.8.2"
version = "1.0.0"
description = "Scalar types used in fonts."
readme = "README.md"
categories = ["text-processing"]
Expand Down
2 changes: 1 addition & 1 deletion read-fonts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "read-fonts"
version = "0.25.3"
version = "1.0.0"
description = "Reading OpenType font files."
readme = "README.md"
categories = ["text-processing", "parsing", "graphics"]
Expand Down
2 changes: 1 addition & 1 deletion skrifa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skrifa"
version = "0.26.5"
version = "1.0.0"
description = "Metadata reader and glyph scaler for OpenType fonts."
readme = "README.md"
categories = ["text-processing", "parsing", "graphics"]
Expand Down

0 comments on commit a654509

Please sign in to comment.