Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LevKruglyak committed Apr 2, 2024
1 parent 2e11ae3 commit b6f6f86
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "limousine_core"
description = "Building blocks for hybrid index data structures."
version = "0.1.0"
version = "0.3.0"
edition = "2021"
authors = ["Lev Kruglyak <[email protected]>"]
keywords = ["btree", "pgm", "database", "proc_macro", "limousine"]
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "limousine_derive"
description = "Proc macros for building hybrid index data structures."
version = "0.1.0"
version = "0.3.0"
edition = "2021"
authors = ["Lev Kruglyak <[email protected]>"]
keywords = ["btree", "pgm", "database", "proc_macro", "limousine"]
Expand Down
6 changes: 3 additions & 3 deletions engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "limousine_engine"
version = "0.1.2"
version = "0.3.0"
edition = "2021"
description = "limousine_engine can reason about a large design continuum of hybrid key-value store designs and materialize an optimal implementation using procedural macros."
authors = ["Lev Kruglyak <[email protected]>"]
Expand All @@ -9,7 +9,7 @@ license = "Apache-2.0"
repository = "https://github.com/LevKruglyak/limousine"

[dependencies]
limousine_derive = { path = "../derive", version = "0.1.0" }
limousine_core = { path = "../core", version = "0.1.0" }
limousine_derive = { path = "../derive", version = "0.3" }
limousine_core = { path = "../core", version = "0.3" }

[features]

0 comments on commit b6f6f86

Please sign in to comment.