File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ members = ["crates/*", "bitwarden_license/*"]
4
4
5
5
# Global settings for all crates should be defined here
6
6
[workspace .package ]
7
- # Update using `cargo set-version -p bitwarden <new-version>`
7
+ # Update using `cargo set-version -p bitwarden-core <new-version>`
8
8
version = " 1.0.0"
9
9
authors = [" Bitwarden Inc" ]
10
10
edition = " 2021"
11
11
# Note: Changing rust-version should be considered a breaking change
12
12
rust-version = " 1.75"
13
13
homepage = " https://bitwarden.com"
14
- repository = " https://github.com/bitwarden/sdk"
14
+ repository = " https://github.com/bitwarden/sdk-internal "
15
15
license-file = " LICENSE"
16
16
keywords = [" bitwarden" ]
17
17
@@ -78,12 +78,6 @@ opt-level = 1
78
78
lto = " thin"
79
79
codegen-units = 1
80
80
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
-
87
81
# Stripping the binary reduces the size by ~30%, but the stacktraces won't be usable anymore.
88
82
# This is fine as long as we don't have any unhandled panics, but let's keep it disabled for now
89
83
# strip = true
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ You can also browse the latest published documentation:
44
44
45
45
- [ docs.rs] ( https://docs.rs/bitwarden/latest/bitwarden/ ) for the public SDK.
46
46
- 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
48
48
private items.
49
49
50
50
## Crates
You can’t perform that action at this time.
0 commit comments