Skip to content

Commit

Permalink
chore: bump version to 0.2.1 + remove mlua patch (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuddha authored Dec 2, 2021
1 parent d8b50b1 commit d58a9b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cache-rpc"
version = "0.2.0"
version = "0.2.1"
authors = ["Alexander Polakov <a.polakov@iconic.vc>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -43,7 +43,7 @@ either = "1.6"
humantime = "2.1"
toml = "0.5"
arc-swap = "1.4"
mlua = { version = "0.6", features = ["luajit", "vendored"] }
mlua = { version = "0.7", features = ["luajit", "vendored"] }
awc-uds = "0.1.0"
pin-project = "1.0"

Expand All @@ -65,7 +65,6 @@ harness = false
solana-account-decoder = { git = "https://github.com/polachok/solana", rev = "ec4e167b00b2fd3799b935bb7ca49775f6a4b63e" }
solana-sdk = { git = "https://github.com/polachok/solana", rev = "ec4e167b00b2fd3799b935bb7ca49775f6a4b63e" }
solana-program = { git = "https://github.com/polachok/solana", rev = "ec4e167b00b2fd3799b935bb7ca49775f6a4b63e" }
mlua = { git = "https://github.com/khvzak/mlua.git", rev = "066d28f" }


#[patch.crates-io]
Expand Down

0 comments on commit d58a9b6

Please sign in to comment.