diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index b825de2ebc8b845b56d2ea1831494adec589168f..748637c16971d5a4d1fde13f85b3c22acbdaf23a 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -12,8 +12,7 @@ version = "0.2.0"
 [dependencies]
 error-chain = "0.10.0"
 quote = "0.3.15"
-# TODO undo change
-rtfm-syntax = { git = "https://github.com/jonas-schievink/rtfm-syntax.git", branch = "init-resources" }
+rtfm-syntax = "0.2.0"
 syn = "0.11.11"
 
 [lib]