Skip to content

Commit 5e0edc6

Browse files
committed
This is v1.1.0
1 parent 9fde728 commit 5e0edc6

5 files changed

Lines changed: 18 additions & 13 deletions

File tree

Cargo.lock

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

diff3proof/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diff3proof"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
authors = ["The Diffenator3 Authors"]
66
homepage = "https://github.com/googlefonts/diffenator3"

diffenator3-cli/Cargo.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diffenator3"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
authors = ["The Diffenator3 Authors"]
66
homepage = "https://github.com/googlefonts/diffenator3"
@@ -20,8 +20,10 @@ path = "src/lib.rs"
2020
typescript = ["dep:typescript-type-def", "diffenator3-lib/typescript"]
2121

2222
[dependencies]
23-
diffenator3-lib = { path = "../diffenator3-lib", version = "1", features = ["html"] }
24-
ttj = { version = "1", path = "../ttj" }
23+
diffenator3-lib = { path = "../diffenator3-lib", version = "1", features = [
24+
"html",
25+
] }
26+
ttj = { version = "1", path = "../ttj" }
2527
indexmap = { workspace = true }
2628
skrifa = { workspace = true }
2729
serde_json = { workspace = true }
@@ -37,5 +39,6 @@ shaperglot = { workspace = true }
3739
tabled = "0.20.0"
3840

3941
# Code for emitting TypeScript types
40-
typescript-type-def = { version = "0.5.13", optional = true, features=["json_value"] }
41-
42+
typescript-type-def = { version = "0.5.13", optional = true, features = [
43+
"json_value",
44+
] }

diffenator3-lib/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diffenator3-lib"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
authors = ["The Diffenator3 Authors"]
66
homepage = "https://github.com/googlefonts/diffenator3"
@@ -49,4 +49,6 @@ homedir = { version = "0.3.3", optional = true }
4949
walkdir = { version = "2.5.0", optional = true }
5050

5151
# Code for emitting TypeScript types
52-
typescript-type-def = { version = "0.5.13", optional = true, features=["json_value"] }
52+
typescript-type-def = { version = "0.5.13", optional = true, features = [
53+
"json_value",
54+
] }

ttj/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttj"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
authors = ["The Diffenator3 Authors"]
66
homepage = "https://github.com/googlefonts/diffenator3"

0 commit comments

Comments
 (0)