Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed May 6, 2023
1 parent eaaf9ec commit 56ea551
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swash"
version = "0.1.7"
version = "0.1.8"
authors = ["Chad Brokaw <cbrokaw@gmail.com>"]
edition = "2018"
description = "Font introspection, complex text shaping and glyph rendering."
Expand All @@ -18,5 +18,5 @@ scale = ["yazi", "zeno"]
render = ["scale", "zeno/eval"]

[dependencies]
yazi = { version = "0.1.5", optional = true }
yazi = { version = "0.1.6", optional = true }
zeno = { version = "0.2.2", optional = true, default_features = false }

0 comments on commit 56ea551

Please sign in to comment.