-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #536 from madsmtm/new-versions
New versions
- Loading branch information
Showing
43 changed files
with
364 additions
and
167 deletions.
There are no files selected for viewing
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
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
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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "block2" | ||
# Remember to update html_root_url in lib.rs and README.md | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Steven Sheldon", "Mads Marquart <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.60" | ||
|
@@ -35,7 +35,7 @@ gnustep-2-0 = ["gnustep-1-9", "block-sys/gnustep-2-0", "objc2/gnustep-2-0"] | |
gnustep-2-1 = ["gnustep-2-0", "block-sys/gnustep-2-1", "objc2/gnustep-2-1"] | ||
|
||
[dependencies] | ||
objc2 = { path = "../objc2", version = "0.4.1", default-features = false } | ||
objc2 = { path = "../objc2", version = "0.5.0", default-features = false } | ||
block-sys = { path = "../block-sys", version = "0.2.0", default-features = false } | ||
|
||
[package.metadata.docs.rs] | ||
|
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "icrate" | ||
version = "0.0.4" # Remember to update html_root_url in lib.rs | ||
version = "0.1.0" # Remember to update html_root_url in lib.rs | ||
authors = ["Mads Marquart <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.60" | ||
|
@@ -20,8 +20,8 @@ documentation = "https://docs.rs/icrate/" | |
license = "MIT" | ||
|
||
[dependencies] | ||
objc2 = { path = "../objc2", version = "0.4.1", default-features = false, optional = true } | ||
block2 = { path = "../block2", version = "0.3.0", default-features = false, optional = true } | ||
objc2 = { path = "../objc2", version = "0.5.0", default-features = false, optional = true } | ||
block2 = { path = "../block2", version = "0.4.0", default-features = false, optional = true } | ||
dispatch = { version = "0.2.0", optional = true } | ||
|
||
[dev-dependencies] | ||
|
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
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
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ name = "objc-sys" | |
# | ||
# Also, beware of using pre-release versions here, since because of the | ||
# `links` key, two pre-releases requested with `=...` are incompatible. | ||
version = "0.3.1" | ||
version = "0.3.2" | ||
authors = ["Mads Marquart <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.60" | ||
|
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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "objc2-encode" | ||
# Remember to update html_root_url in lib.rs | ||
version = "3.0.0" | ||
version = "4.0.0" | ||
authors = ["Steven Sheldon", "Mads Marquart <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.60" | ||
|
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "objc2" | ||
version = "0.4.1" # Remember to update html_root_url in lib.rs | ||
version = "0.5.0" # Remember to update html_root_url in lib.rs | ||
authors = ["Steven Sheldon", "Mads Marquart <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.60" | ||
|
@@ -101,8 +101,8 @@ unstable-compiler-rt = ["apple"] | |
|
||
[dependencies] | ||
malloc_buf = { version = "1.0", optional = true } | ||
objc-sys = { path = "../objc-sys", version = "0.3.1", default-features = false } | ||
objc2-encode = { path = "../objc2-encode", version = "3.0.0", default-features = false } | ||
objc-sys = { path = "../objc-sys", version = "0.3.2", default-features = false } | ||
objc2-encode = { path = "../objc2-encode", version = "4.0.0", default-features = false } | ||
objc2-proc-macros = { path = "../objc2-proc-macros", version = "0.1.1", optional = true } | ||
|
||
[dev-dependencies] | ||
|
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
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
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
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
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
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
Oops, something went wrong.