Skip to content

Commit

Permalink
Specify last alpha version for macros to commit package and release n…
Browse files Browse the repository at this point in the history
…ew macros version with this package
  • Loading branch information
Desiders committed Feb 3, 2024
1 parent 108568b commit 13885df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ redis-storage = ["redis"]
memory-storage = ["bincode"]

[dependencies]
telers-macros = { path = "../telers-macros", version = "1.0.0-alpha.1", features = ["default"] }
telers-macros = { path = "../telers-macros", version = "1.0.0-alpha", features = ["default"] }
tokio = { version = "1.36", features = ["sync", "macros", "signal", "fs"] }
tokio-util = { version = "0.7", features = ["codec"] }
reqwest = { version = "0.11", features = ["multipart", "stream"] }
Expand Down

0 comments on commit 13885df

Please sign in to comment.