chore: nightly notes and rust-toolchain
This commit is contained in:
parent
0627ee2c16
commit
d561b94051
|
@ -3,6 +3,7 @@ name = "teslatte"
|
||||||
version = "0.1.7"
|
version = "0.1.7"
|
||||||
description = "A command line tool and Rust crate for querying the Tesla API."
|
description = "A command line tool and Rust crate for querying the Tesla API."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
rust-version = "1.75.0"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/gak/teslatte"
|
repository = "https://github.com/gak/teslatte"
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
>
|
>
|
||||||
> `0.1.x` will have breaking API changes. Don't rely on this project for anything important yet.'
|
> `0.1.x` will have breaking API changes. Don't rely on this project for anything important yet.'
|
||||||
>
|
>
|
||||||
> Using Rust nightly until `async_fn_in_trait` is stable (apparently for Rust v1.74, near the end of 2023).
|
> Using Rust nightly until `async_fn_in_trait` is stable.
|
||||||
|
|
||||||
Teslatte is both a CLI and a Rust crate for interacting with the Tesla API.
|
Teslatte is both a CLI and a Rust crate for interacting with the Tesla API.
|
||||||
|
|
||||||
|
|
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[toolchain]
|
||||||
|
channel = "nightly"
|
Loading…
Reference in a new issue