Skip to content

Commit caf79f8

Browse files
committed
Fix repository url, tweak documentation url
1 parent 9c30b63 commit caf79f8

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

Cargo.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ members = ["crates/*", "bitwarden_license/*"]
44

55
# Global settings for all crates should be defined here
66
[workspace.package]
7-
# Update using `cargo set-version -p bitwarden <new-version>`
7+
# Update using `cargo set-version -p bitwarden-core <new-version>`
88
version = "1.0.0"
99
authors = ["Bitwarden Inc"]
1010
edition = "2021"
1111
# Note: Changing rust-version should be considered a breaking change
1212
rust-version = "1.75"
1313
homepage = "https://bitwarden.com"
14-
repository = "https://github.com/bitwarden/sdk"
14+
repository = "https://github.com/bitwarden/sdk-internal"
1515
license-file = "LICENSE"
1616
keywords = ["bitwarden"]
1717

@@ -78,12 +78,6 @@ opt-level = 1
7878
lto = "thin"
7979
codegen-units = 1
8080

81-
# Turn off LTO on release mode for windows
82-
# This is a workaround until this is fixed: https://github.com/rustls/rustls-platform-verifier/issues/141
83-
[profile.release-windows]
84-
inherits = "release"
85-
lto = "off"
86-
8781
# Stripping the binary reduces the size by ~30%, but the stacktraces won't be usable anymore.
8882
# This is fine as long as we don't have any unhandled panics, but let's keep it disabled for now
8983
# strip = true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can also browse the latest published documentation:
4444

4545
- [docs.rs](https://docs.rs/bitwarden/latest/bitwarden/) for the public SDK.
4646
- Or for developers of the SDK, view the internal
47-
[API documentation](https://sdk-api-docs.bitwarden.com/bitwarden/index.html) which includes
47+
[API documentation](https://sdk-api-docs.bitwarden.com/bitwarden-core/index.html) which includes
4848
private items.
4949

5050
## Crates

0 commit comments

Comments
 (0)