Skip to content

Commit

Permalink
Bump lattices version to 0.1.0 (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed May 21, 2023
1 parent beb3d5f commit d1063c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 hydroflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hydroflow_cli_integration = { optional = true, path = "../hydroflow_cli_integrat
hydroflow_datalog = { optional = true, path = "../hydroflow_datalog", version = "0.0.0" }
hydroflow_lang = { path = "../hydroflow_lang", version = "0.0.0" }
hydroflow_macro = { optional = true, path = "../hydroflow_macro", version = "0.0.0" }
lattices = { path = "../lattices", version = "0.0.0", features = [ "serde" ] }
lattices = { path = "../lattices", version = "0.1.0", features = [ "serde" ] }
pusherator = { path = "../pusherator", version = "0.0.0" }
ref-cast = "1.0"
rustc-hash = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion lattices/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lattices"
publish = true
version = "0.0.0"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/lattices/"
Expand Down

0 comments on commit d1063c2

Please sign in to comment.