Skip to content

Commit

Permalink
Bump rosvgtree.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Mar 25, 2023
1 parent 957355f commit f1602b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion rosvgtree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosvgtree"
version = "0.1.0"
version = "0.2.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
keywords = ["svg"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion usvg-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ flate2 = { version = "1.0", default-features = false, features = ["rust_backend"
imagesize = "0.11" # raster images size detection
kurbo = "0.9" # Bezier curves utils
log = "0.4"
rosvgtree = { path = "../rosvgtree", version = "0.1" }
rosvgtree = { path = "../rosvgtree", version = "0.2" }
strict-num = "0.1"
svgtypes = "0.11"
usvg-tree = { path = "../usvg-tree", version = "0.30.0" }

0 comments on commit f1602b0

Please sign in to comment.