Skip to content

Commit

Permalink
Bump fontawesome, bump version in typst.toml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Nov 30, 2024
1 parent f503b9a commit ec09057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/fontawesome:0.2.1": *
#import "@preview/fontawesome:0.5.0": *

#let _cv-line(left, right, ..args) = {
set block(below: 0pt)
Expand Down
4 changes: 2 additions & 2 deletions typst.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "moderner-cv"
version = "0.1.0"
compiler = "0.11.1"
version = "0.1.1"
compiler = "0.12.0"
entrypoint = "lib.typ"
authors = ["Pavel Zwerschke <@pavelzw>"]
license = "MIT"
Expand Down

0 comments on commit ec09057

Please sign in to comment.