Skip to content

Commit

Permalink
🔖 release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alightgoesout committed May 17, 2023
1 parent cebd915 commit 294b455
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ members = ["macros", "examples/todo"]
authors = ["Romain Delamare"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/alightgoesout/presage"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[dependencies]
presage-macros = { path = "./macros", version = "0.2.0", optional = true }
presage-macros = { path = "./macros", version = "0.3.0", optional = true }

async-trait = "0.1"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 294b455

Please sign in to comment.