Skip to content

Commit

Permalink
Upgrade Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Aug 9, 2024
1 parent 0332626 commit d2a2c66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

| Platform | Rust | Python |
| :----------------- | :------ | :----- |
| `Linux (x86_64)` | 1.80.0+ | 3.10+ |
| `macOS (arm64)` | 1.80.0+ | 3.10+ |
| `Windows (x86_64)` | 1.80.0+ | 3.10+ |
| `Linux (x86_64)` | 1.80.1+ | 3.10+ |
| `macOS (arm64)` | 1.80.1+ | 3.10+ |
| `Windows (x86_64)` | 1.80.1+ | 3.10+ |

[![](https://dcbadge.limes.pink/api/server/AUWVs3XaCS)](https://discord.gg/AUWVs3XaCS)

Expand Down
2 changes: 1 addition & 1 deletion nautilus_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
]

[workspace.package]
rust-version = "1.80.0"
rust-version = "1.80.1"
version = "0.28.0"
edition = "2021"
authors = ["Nautech Systems <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion nautilus_core/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
version = "1.80.0"
version = "1.80.1"
channel = "stable"

0 comments on commit d2a2c66

Please sign in to comment.