Skip to content

Commit

Permalink
Merge pull request #45 from Foundation-Devices/add-toolchain-file
Browse files Browse the repository at this point in the history
Add rust-toolchain
  • Loading branch information
icota authored Aug 13, 2024
2 parents e449ecb + b8042c7 commit c8d2023
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.5

* Added rust-toolchain file

## 0.0.4

* Bumped arti to version 1.2.4
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tor
description: A multi-platform Flutter plugin for managing a Tor proxy. Based on arti.
version: 0.0.4
version: 0.0.5
homepage: https://github.com/Foundation-Devices/tor

platforms:
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "tor"
version = "0.0.4"
version = "0.0.5"
authors = ["Igor Cota <[email protected]>"]
edition = "2021"

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

0 comments on commit c8d2023

Please sign in to comment.