From fe926ed8b3eedfafaeb402dd3038d47e7e1e12cf Mon Sep 17 00:00:00 2001 From: "Tate, Hongliang Tian" Date: Fri, 13 Dec 2019 12:36:01 +0000 Subject: [PATCH] Update version to 0.8.0 --- README.md | 2 +- src/libos/Cargo.lock | 2 +- src/libos/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9597b7d5..50ccf344 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Step 1-3 are to be done on the host OS (Linux): 3. Run the Occlum Docker container, which has Occlum and its demos preinstalled: ``` - docker run -it --device /dev/isgx occlum/occlum:0.7.0 + docker run -it --device /dev/isgx occlum/occlum:0.8.0 ``` Step 4-5 are to be done on the guest OS running inside the Docker container: diff --git a/src/libos/Cargo.lock b/src/libos/Cargo.lock index 68e7c303..6e6fbc99 100644 --- a/src/libos/Cargo.lock +++ b/src/libos/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "Occlum" -version = "0.7.0" +version = "0.8.0" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "derive_builder 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/src/libos/Cargo.toml b/src/libos/Cargo.toml index b54ca59e..6a4bb087 100644 --- a/src/libos/Cargo.toml +++ b/src/libos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "Occlum" -version = "0.7.0" +version = "0.8.0" [lib] name = "occlum_rs"