chore: nightly notes and rust-toolchain

This commit is contained in:
gak 2023-10-22 10:45:03 +11:00
parent 0627ee2c16
commit d561b94051
No known key found for this signature in database
3 changed files with 4 additions and 1 deletions

View file

@ -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"

View file

@ -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
View file

@ -0,0 +1,2 @@
[toolchain]
channel = "nightly"