-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e90d00
commit 3bd46f7
Showing
4 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ version = "0.12.0" | |
license = "MIT" | ||
authors = ["Tyler Slabinski <[email protected]>", "Victoria Brekenfeld <[email protected]>"] | ||
exclude = [".gitignore", ".github"] | ||
rust-version = "1.65" | ||
rust-version = "1.66" | ||
edition = "2021" | ||
|
||
[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 |
---|---|---|
|
@@ -5,7 +5,7 @@ repository = "https://github.com/Smithay/drm-rs" | |
version = "0.8.0" | ||
license = "MIT" | ||
authors = ["Tyler Slabinski <[email protected]>"] | ||
rust-version = "1.65" | ||
rust-version = "1.66" | ||
edition = "2021" | ||
|
||
[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 |
---|---|---|
|
@@ -6,7 +6,7 @@ version = "0.7.0" | |
authors = ["Tyler Slabinski <[email protected]>"] | ||
license = "MIT" | ||
build = "build.rs" | ||
rust-version = "1.65" | ||
rust-version = "1.66" | ||
edition = "2021" | ||
|
||
[features] | ||
|