-
Notifications
You must be signed in to change notification settings - Fork 45
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 #248 from madsmtm/new-versions
New versions
- Loading branch information
Showing
16 changed files
with
80 additions
and
19 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
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 = "block-sys" | ||
version = "0.1.0-beta.0" # Remember to update html_root_url in lib.rs | ||
version = "0.1.0-beta.1" # Remember to update html_root_url in lib.rs | ||
authors = ["Mads Marquart <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -55,7 +55,7 @@ unstable-objfw = [] | |
unstable-docsrs = ["objc-sys", "objc-sys/unstable-docsrs"] | ||
|
||
[dependencies] | ||
objc-sys = { path = "../objc-sys", version = "=0.2.0-beta.1", default-features = false, optional = true } | ||
objc-sys = { path = "../objc-sys", version = "=0.2.0-beta.2", default-features = false, optional = true } | ||
|
||
[package.metadata.docs.rs] | ||
default-target = "x86_64-apple-darwin" | ||
|
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.2.0-alpha.5" | ||
version = "0.2.0-alpha.6" | ||
authors = ["Steven Sheldon", "Mads Marquart <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -34,8 +34,8 @@ gnustep-2-0 = ["gnustep-1-9", "block-sys/gnustep-2-0", "objc2-encode/gnustep-2-0 | |
gnustep-2-1 = ["gnustep-2-0", "block-sys/gnustep-2-1", "objc2-encode/gnustep-2-1"] | ||
|
||
[dependencies] | ||
objc2-encode = { path = "../objc2-encode", version = "=2.0.0-pre.1", default-features = false } | ||
block-sys = { path = "../block-sys", version = "=0.1.0-beta.0", default-features = false } | ||
objc2-encode = { path = "../objc2-encode", version = "=2.0.0-pre.2", default-features = false } | ||
block-sys = { path = "../block-sys", version = "=0.1.0-beta.1", default-features = false } | ||
|
||
[package.metadata.docs.rs] | ||
default-target = "x86_64-apple-darwin" | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "objc-sys" | ||
# Remember to update `html_root_url` in lib.rs, the `links` key, and the | ||
# exception function name. | ||
version = "0.2.0-beta.1" | ||
version = "0.2.0-beta.2" | ||
authors = ["Mads Marquart <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
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 and README.md | ||
version = "2.0.0-pre.1" | ||
version = "2.0.0-pre.2" | ||
authors = ["Steven Sheldon", "Mads Marquart <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -39,7 +39,7 @@ gnustep-2-1 = ["gnustep-2-0", "objc-sys/gnustep-2-1"] | |
[dependencies] | ||
# TODO: Remove this dependency when we can select `macabi` targets separately | ||
# from other targets without using a build script | ||
objc-sys = { path = "../objc-sys", version = "=0.2.0-beta.1", default-features = false } | ||
objc-sys = { path = "../objc-sys", version = "=0.2.0-beta.2", default-features = false } | ||
|
||
[package.metadata.docs.rs] | ||
default-target = "x86_64-apple-darwin" | ||
|
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.3.0-beta.1" # Remember to update html_root_url in lib.rs | ||
version = "0.3.0-beta.2" # Remember to update html_root_url in lib.rs | ||
authors = ["Steven Sheldon", "Mads Marquart <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -82,10 +82,10 @@ gnustep-2-1 = ["gnustep-2-0", "objc-sys/gnustep-2-1", "objc2-encode/gnustep-2-1" | |
|
||
[dependencies] | ||
malloc_buf = { version = "1.0", optional = true } | ||
objc-sys = { path = "../objc-sys", version = "=0.2.0-beta.1", default-features = false } | ||
objc2-encode = { path = "../objc2-encode", version = "=2.0.0-pre.1", default-features = false } | ||
objc-sys = { path = "../objc-sys", version = "=0.2.0-beta.2", default-features = false } | ||
objc2-encode = { path = "../objc2-encode", version = "=2.0.0-pre.2", default-features = false } | ||
objc2-proc-macros = { path = "../objc2-proc-macros", version = "0.1.0", optional = true } | ||
block2 = { path = "../block2", version = "=0.2.0-alpha.5", default-features = false, optional = true } | ||
block2 = { path = "../block2", version = "=0.2.0-alpha.6", default-features = false, optional = true } | ||
|
||
# Provide methods to convert between `uuid::Uuid` and `objc2::foundation::NSUUID` | ||
uuid = { version = "1.1.2", optional = true, default-features = false } | ||
|
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