Skip to content

Commit

Permalink
Bump font-awesome-as-a-crate
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Dec 23, 2021
1 parent 5819e18 commit 3bdc201
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ anyhow = "1.0.28"
chrono = "0.4"
clap = "2.24"
env_logger = "0.7.1"
font-awesome-as-a-crate = "0.2.0"
handlebars = "4.0"
lazy_static = "1.0"
log = "0.4"
Expand All @@ -34,7 +35,6 @@ shlex = "1"
tempfile = "3.0"
toml = "0.5.1"
topological-sort = "0.1.0"
font-awesome-as-a-crate = "0.1.2"

# Watch feature
notify = { version = "4.0", optional = true }
Expand Down
1 change: 1 addition & 0 deletions src/renderer/html_handlebars/helpers/fontawesome.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use font_awesome_as_a_crate as fa;
use handlebars::{Context, Handlebars, Helper, Output, RenderContext, RenderError};
use std::str::FromStr;

pub fn fa_helper(
h: &Helper<'_, '_>,
Expand Down

0 comments on commit 3bdc201

Please sign in to comment.