Skip to content

Commit

Permalink
chore: bump version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carrascomj committed Oct 27, 2023
1 parent aa0647b commit 2e4aaef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 = "shu"
version = "0.7.1"
version = "0.8.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "High-dimensional metabolic maps."
Expand All @@ -22,7 +22,7 @@ serde = "1.0.147"
serde_json = "1.0.88"
proc-macro2 = "1.0.43"
chrono = "0.4.31"
roarsvg = "0.3.0"
roarsvg = "0.3.1"
image = "0.24.6"

# dependencies exclusive for wasm32
Expand Down
2 changes: 1 addition & 1 deletion src/screenshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ fn save_svg_file(
)
.unwrap_or_else(|_| info!("Writing error!"));
}
let mut writer = writer.add_fonts_dir(&fonts_dir);
let mut writer = writer.add_fonts_dir(fonts_dir);
for (text, transform, vis) in &text_query {
if Visibility::Hidden == vis {
continue;
Expand Down

0 comments on commit 2e4aaef

Please sign in to comment.