From b15330da1a67bfc9a500102423e47adf5d4e3e53 Mon Sep 17 00:00:00 2001 From: jackcmay <jackcmay@gmail.com> Date: Tue, 30 Oct 2018 23:00:12 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fbee308..0c03b93b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ file: ```toml [dependencies] -solana_rbpf = "0.1.1" +solana_rbpf = "0.1.2" ``` You can also use the development version from this GitHub repository. This @@ -360,7 +360,7 @@ to your `Cargo.toml` file. ```toml [dependencies] -rbpf = "0.1.0" +solana_rbpf = "0.1.2" elf = "0.0.10" ```