-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix trailing whitespace in C# header IOS branch * Remove `inventory 0.1.1` from the codebase * Update `.lock` files * Add back `inventory-0-3-1` feature as a dummy one, to avoid semver breakage * Version 0.1.7 * Bump 0.3 `inventory` to `0.3.5`
- Loading branch information
1 parent
b459554
commit 9311ae8
Showing
12 changed files
with
111 additions
and
156 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ path = "src/_lib.rs" | |
|
||
[package] | ||
name = "safer-ffi" | ||
version = "0.1.6" # Keep in sync | ||
version = "0.1.7" # Keep in sync | ||
authors = [ | ||
"Daniel Henry-Mantilla <[email protected]>", | ||
] | ||
|
@@ -95,10 +95,9 @@ js = [ | |
"std", | ||
] | ||
|
||
inventory-0-3-1 = [ | ||
"dep:inventory-0-3-1", | ||
"safer_ffi-proc_macros/inventory-0-3-1", | ||
] | ||
# Deprecated: now always enabled, and thus does nothing. | ||
# TODO: remove in the next semver bump. | ||
inventory-0-3-1 = [] | ||
|
||
internal-tests = [ | ||
"async-fn", | ||
|
@@ -120,11 +119,7 @@ futures.optional = true | |
futures.version = "0.3.24" | ||
|
||
inventory.optional = true | ||
inventory.version = "0.1.6" | ||
|
||
inventory-0-3-1.optional = true | ||
inventory-0-3-1.package = "inventory" | ||
inventory-0-3-1.version = "0.3.1" | ||
inventory.version = "0.3.5" | ||
|
||
libc.version = "0.2.66" | ||
libc.default-features = false | ||
|
@@ -164,7 +159,7 @@ version = "0.0.3" | |
|
||
[dependencies.safer_ffi-proc_macros] | ||
path = "src/proc_macro" | ||
version = "=0.1.6" # Keep in sync | ||
version = "=0.1.7" # Keep in sync | ||
|
||
[workspace] | ||
members = [ | ||
|
Oops, something went wrong.