Update version to 0.8.0
This commit is contained in:
parent
4ab667461e
commit
fe926ed8b3
@ -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:
|
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:
|
Step 4-5 are to be done on the guest OS running inside the Docker container:
|
||||||
|
2
src/libos/Cargo.lock
generated
2
src/libos/Cargo.lock
generated
@ -2,7 +2,7 @@
|
|||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "Occlum"
|
name = "Occlum"
|
||||||
version = "0.7.0"
|
version = "0.8.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"derive_builder 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "Occlum"
|
name = "Occlum"
|
||||||
version = "0.7.0"
|
version = "0.8.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "occlum_rs"
|
name = "occlum_rs"
|
||||||
|
Loading…
Reference in New Issue
Block a user