Skip to content

Commit

Permalink
Version bump to 0.4.0 (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
mssun authored Apr 18, 2022
1 parent a9826ee commit 5bafd4f
Show file tree
Hide file tree
Showing 61 changed files with 93 additions and 93 deletions.
2 changes: 1 addition & 1 deletion attestation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "teaclave_attestation"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Provides TLS-based remote attestation mechanism in Teaclave."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion binder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "teaclave_binder"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Abstract communication interfaces between TEE untrusted/trusted worlds."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion binder/attribute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "teaclave_binder_attribute"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Macros for binder"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "teaclave_cli"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave command line tool"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion common/protected_fs_rs/Cargo.lock

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

2 changes: 1 addition & 1 deletion common/protected_fs_rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protected_fs_rs"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Ported sgx_protected_fs (Intel SGX SDK) running out side sgx with Rust bindings."
license-file = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "teaclave_config"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Build and runtime configurations."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion config/config_gen/Cargo.lock

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

2 changes: 1 addition & 1 deletion config/config_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "teaclave_config_gen"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Generating build config."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "teaclave_crypto"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave crypto"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion dcap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "teaclave_dcap_ref_as"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave DCAP Attestation Service (Reference Implementation)"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/python/wasm_rust_psi_payload/Cargo.lock

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

2 changes: 1 addition & 1 deletion examples/python/wasm_tvm_mnist_payload/Cargo.lock

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

20 changes: 10 additions & 10 deletions examples/rust/builtin_echo/Cargo.lock

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

2 changes: 1 addition & 1 deletion examples/rust/builtin_echo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "builtin_echo"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "builtin_echo function example using Teaclave client SDK."
license = "Apache-2.0"
Expand Down
20 changes: 10 additions & 10 deletions examples/rust/builtin_ordered_set_intersect/Cargo.lock

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

2 changes: 1 addition & 1 deletion examples/rust/builtin_ordered_set_intersect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "builtin_ordered_set_intersect"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "builtin_ordered_set_intersect function example using Teaclave client SDK."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "teaclave_executor"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave executor"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion executor/context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "teaclave_executor_context"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave executor"
license = "Apache-2.0"
Expand Down
10 changes: 5 additions & 5 deletions file_agent/Cargo.lock

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

2 changes: 1 addition & 1 deletion file_agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "teaclave_file_agent"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave file agent for worker"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion function/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "teaclave_function"
version = "0.2.0"
version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave built-in functions."
license = "Apache-2.0"
Expand Down
Loading

0 comments on commit 5bafd4f

Please sign in to comment.