Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

Commit cc2dc35

Browse files
committed
deps(rtc_types): add (dev) proptest + proptest-derive
1 parent f7b4769 commit cc2dc35

File tree

2 files changed

+117
-65
lines changed

2 files changed

+117
-65
lines changed

Cargo.lock

+113-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtc_types/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ thiserror = { version = "1.0.24", optional = true}
2626
# teaclave_sgx
2727
thiserror_sgx = { git = "https://github.com/mesalock-linux/thiserror-sgx.git", package = "thiserror", optional = true }
2828
sgx_tstd = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", rev = "b9d1bda", features = ["backtrace"], optional = true }
29+
30+
[dev-dependencies]
31+
proptest = "1.0.0"
32+
proptest-derive = "0.3.0"

0 commit comments

Comments
 (0)