Skip to content

Commit

Permalink
fix tealr_derive version
Browse files Browse the repository at this point in the history
  • Loading branch information
lenscas committed Aug 20, 2021
1 parent 7b9d115 commit 63101b4
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions tealr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "tealr"
readme = "README.md"
repository = "https://github.com/lenscas/tealr/"
version = "0.7.0"
version = "0.6.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
Expand Down Expand Up @@ -41,7 +41,7 @@ rlua_system-lua = ["rlua/system-lua"]
bstr = {version = "0.2", default_features = false, features = ["std"]}
mlua = {version = "0.6.2", optional = true, default_features = false}
rlua = {version = "0.17", optional = true, default_features = false}
tealr_derive = {version = "0.6.0-preview1", optional = true, path = "../tealr_derive"}
tealr_derive = {version = "0.6.0", optional = true, path = "../tealr_derive"}

# Rlua tests
[[test]]
Expand Down

0 comments on commit 63101b4

Please sign in to comment.