Skip to content

Commit

Permalink
rust 1.75 info
Browse files Browse the repository at this point in the history
  • Loading branch information
Funami580 committed Dec 29, 2023
1 parent 998b739 commit e706be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "sdl"
version = "0.1.0"
edition = "2021"
rust-version = "1.75"
readme = "README.md"
repository = "https://github.com/Funami580/sdl"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ Also, I don't plan to add new sites or extractors, but you're welcome to create
By the way, it's also possible to use `sdl` as a library.

## Build from source
Currently, Rust nightly is required.
Currently, Rust 1.75 or newer is required.
```
cargo +nightly build --release
cargo build --release
```
The resulting executable is found at `target/release/sdl`.

Expand Down

0 comments on commit e706be0

Please sign in to comment.