diff --git a/Cargo.toml b/Cargo.toml index 71cfad9..81acc51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ thiserror = "1.0.56" jsonwebtoken = "8.3.0" log = "0.4.20" async-trait = "0.1.77" -chorus-macros = { path = "./chorus-macros", version = "0.4.0" } # Note: version here is used when releasing. Make sure to update and republish when code in macros is changed! +chorus-macros = { path = "./chorus-macros", version = "0" } # Note: version here is used when releasing. This will use the latest release. Make sure to republish the crate when code in macros is changed! sqlx = { version = "0.7.3", features = [ "mysql", "sqlite",