Skip to content

Commit

Permalink
chore: nightly notes and rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
gak committed Oct 21, 2023
1 parent 0627ee2 commit d561b94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "teslatte"
version = "0.1.7"
description = "A command line tool and Rust crate for querying the Tesla API."
edition = "2021"
rust-version = "1.75.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/gak/teslatte"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
>
> `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.

Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "nightly"

0 comments on commit d561b94

Please sign in to comment.