Skip to content

Commit

Permalink
v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-Romanenia committed Aug 16, 2024
1 parent 21a4449 commit ebd9cc7
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 119 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "o2o"
version = "0.4.9-alpha.3"
version = "0.4.9"
edition = "2021"
authors = ["Artem Romanenia <artem.romanenia@gmail.com>"]
categories = ["rust-patterns"]
Expand All @@ -10,8 +10,8 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/Artem-Romanenia/o2o"

[dependencies]
o2o-impl = { version = "0.4.9-alpha.2", path = "o2o-impl", optional = true }
o2o-macros = { version = "0.4.9-alpha.2", path = "o2o-macros", optional = true }
o2o-impl = { version = "0.4.9", path = "o2o-impl", optional = true }
o2o-macros = { version = "0.4.9", path = "o2o-macros", optional = true }

[features]
default = ["macro"]
Expand Down
Loading

0 comments on commit ebd9cc7

Please sign in to comment.