Skip to content

Remove mbedtls-sys from v0.7, use crates.io version (from master branch) #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 18 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[workspace]
members = ["mbedtls", "mbedtls-sys"]
members = ["mbedtls"]
1 change: 1 addition & 0 deletions ct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if [ $TRAVIS_RUST_VERSION = "stable" ] || [ $TRAVIS_RUST_VERSION = "beta" ] || [
cargo test --target x86_64-unknown-linux-gnu
cargo test --features spin_threading
cargo test --features rust_threading
cargo test --features custom_time,custom_gmtime_r
cargo test --features zlib
cargo test --features pkcs12
cargo test --features pkcs12_rc2
Expand Down
2 changes: 0 additions & 2 deletions mbedtls-sys/.gitignore

This file was deleted.

53 changes: 0 additions & 53 deletions mbedtls-sys/Cargo.toml

This file was deleted.

1 change: 1 addition & 0 deletions mbedtls-sys/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
see `master` branch
85 changes: 0 additions & 85 deletions mbedtls-sys/build/bindgen.rs

This file was deleted.

109 changes: 0 additions & 109 deletions mbedtls-sys/build/build.rs

This file was deleted.

53 changes: 0 additions & 53 deletions mbedtls-sys/build/cmake.rs

This file was deleted.

Loading