diff --git a/lib.typ b/lib.typ
index 0373eee..dbe7490 100644
--- a/lib.typ
+++ b/lib.typ
@@ -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)
diff --git a/typst.toml b/typst.toml
index 7330d6f..1aad53d 100644
--- a/typst.toml
+++ b/typst.toml
@@ -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"