Skip to content

Commit

Permalink
Remove inventory v0.1 (#210)
Browse files Browse the repository at this point in the history
* 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
danielhenrymantilla authored Apr 4, 2024
1 parent b459554 commit 9311ae8
Show file tree
Hide file tree
Showing 12 changed files with 111 additions and 156 deletions.
88 changes: 38 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 6 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]>",
]
Expand Down Expand Up @@ -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",
Expand All @@ -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
Expand Down Expand Up @@ -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 = [
Expand Down
Loading

0 comments on commit 9311ae8

Please sign in to comment.