-
-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Upgrade to Rust 2021 edition"
This reverts commit 55a5fef.
- Loading branch information
Showing
19 changed files
with
22 additions
and
21 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
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 = "cargo-mock" | ||
version = "0.1.0" | ||
authors = ["konstin <[email protected]>"] | ||
edition = "2021" | ||
edition = "2018" | ||
|
||
[[bin]] | ||
name = "cargo" | ||
|
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 = "cffi-mixed" | ||
version = "0.1.0" | ||
authors = ["Armin Ronacher <[email protected]>"] | ||
edition = "2021" | ||
edition = "2018" | ||
|
||
[lib] | ||
name = "cffi_mixed" | ||
|
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 = "cffi-pure" | ||
version = "0.1.0" | ||
authors = ["Armin Ronacher <[email protected]>"] | ||
edition = "2021" | ||
edition = "2018" | ||
|
||
[lib] | ||
name = "cffi_pure" | ||
|
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 = "hello-world" | ||
version = "0.1.0" | ||
authors = ["konstin <[email protected]>"] | ||
edition = "2021" | ||
edition = "2018" | ||
# Test references to out-of-project files | ||
readme = "../../Readme.md" | ||
|
||
|
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 = "lib_with_disallowed_lib" | ||
version = "0.1.0" | ||
authors = ["messense <[email protected]>"] | ||
edition = "2021" | ||
edition = "2018" | ||
|
||
[lib] | ||
crate-type = ["cdylib"] | ||
|
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 = "lib_with_path_dep" | ||
version = "0.1.0" | ||
authors = ["konstin <[email protected]>"] | ||
edition = "2021" | ||
edition = "2018" | ||
|
||
[lib] | ||
crate-type = ["cdylib"] | ||
|
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 = "pyo3-abi3-without-version" | ||
version = "0.1.0" | ||
authors = ["konstin <[email protected]>"] | ||
edition = "2021" | ||
edition = "2018" | ||
|
||
[dependencies] | ||
pyo3 = { version = "0.15.1", features = ["abi3", "extension-module"] } | ||
|
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 @@ | |
authors = ["konstin <[email protected]>"] | ||
name = "pyo3-feature" | ||
version = "0.7.3" | ||
edition = "2021" | ||
edition = "2018" | ||
|
||
[dependencies] | ||
pyo3 = { version = "0.15.1", optional = true } |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["konstin <[email protected]>"] | |
name = "pyo3-no-extension-module" | ||
version = "2.1.0" | ||
description = "Does not use the extension-module feature, thus erroneously linking libpython" | ||
edition = "2021" | ||
edition = "2018" | ||
|
||
[dependencies] | ||
pyo3 = { version = "0.15.1", 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["konstin <[email protected]>"] | ||
name = "pyo3-pure" | ||
version = "2.1.2" | ||
edition = "2021" | ||
edition = "2018" | ||
description = "Implements a dummy function (get_fortytwo.DummyClass.get_42()) in rust" | ||
|
||
[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "some_path_dep" | ||
version = "0.1.0" | ||
authors = ["konstin <[email protected]>"] | ||
edition = "2021" | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
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 = "transitive_path_dep" | ||
version = "0.1.0" | ||
authors = ["konstin <[email protected]>"] | ||
edition = "2021" | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
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,6 +2,6 @@ | |
name = "py" | ||
version = "0.1.0" | ||
authors = ["konstin <[email protected]>"] | ||
edition = "2021" | ||
edition = "2018" | ||
|
||
[dependencies] |