Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0

* Bump arti to 2.6.0; needs Rust 1.91.

## 0.1.0

* Build the Rust core with Flutter native assets instead of cargokit.
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_ffi_plugin
description: Tor FFI plugin for Dart and Flutter. Uses Arti (A Rust Tor Implementation) via FFI.
version: 0.1.0
version: 0.2.0
homepage: https://github.com/cypherstack/tor

environment:
Expand Down
Loading