Skip to content

Commit

Permalink
Fix repository url, tweak documentation url (#15)
Browse files Browse the repository at this point in the history
Some follow up changes after the repository split.

- Change repository url
- Remove SM LTO changes.
- Fix api documentation url

Co-authored-by: Daniel García <[email protected]>
  • Loading branch information
Hinton and dani-garcia authored Oct 29, 2024
1 parent 3860206 commit 6cf25e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <new-version>`
# Update using `cargo set-version -p bitwarden-core <new-version>`
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"]

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cf25e3

Please sign in to comment.