diff --git a/Cargo.toml b/Cargo.toml index 39d92cc9..10a3bee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] ruma-identifiers = "0.13.0" -ruma-events-macros = { path = "../ruma-events-macros" } +ruma-events-macros = "0.1.0" serde_json = "1.0.39" [dependencies.js_int]