diff --git a/Cargo.toml b/Cargo.toml index c11128a8..485747ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,14 +4,14 @@ members = ["crates/*", "bitwarden_license/*"] # Global settings for all crates should be defined here [workspace.package] -# Update using `cargo set-version -p bitwarden ` +# Update using `cargo set-version -p bitwarden-core ` version = "1.0.0" authors = ["Bitwarden Inc"] edition = "2021" # Note: Changing rust-version should be considered a breaking change rust-version = "1.75" homepage = "https://bitwarden.com" -repository = "https://github.com/bitwarden/sdk" +repository = "https://github.com/bitwarden/sdk-internal" license-file = "LICENSE" keywords = ["bitwarden"] @@ -78,12 +78,6 @@ opt-level = 1 lto = "thin" codegen-units = 1 -# Turn off LTO on release mode for windows -# This is a workaround until this is fixed: https://github.com/rustls/rustls-platform-verifier/issues/141 -[profile.release-windows] -inherits = "release" -lto = "off" - # Stripping the binary reduces the size by ~30%, but the stacktraces won't be usable anymore. # This is fine as long as we don't have any unhandled panics, but let's keep it disabled for now # strip = true diff --git a/README.md b/README.md index b972a674..0c09619b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ You can also browse the latest published documentation: - [docs.rs](https://docs.rs/bitwarden/latest/bitwarden/) for the public SDK. - Or for developers of the SDK, view the internal - [API documentation](https://sdk-api-docs.bitwarden.com/bitwarden/index.html) which includes + [API documentation](https://sdk-api-docs.bitwarden.com/bitwarden_core/index.html) which includes private items. ## Crates