Skip to content

Commit

Permalink
Merge pull request #46 from Foundation-Devices/pin-time
Browse files Browse the repository at this point in the history
Pin 'time' to specific version
  • Loading branch information
icota authored Aug 13, 2024
2 parents c8d2023 + fbc07fb commit 8e770d4
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 14 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.6

* Pinned 'time' to a specific version

## 0.0.5

* Added rust-toolchain file
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.5
version: 0.0.6
homepage: https://github.com/Foundation-Devices/tor

platforms:
Expand Down
41 changes: 29 additions & 12 deletions rust/Cargo.lock

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

3 changes: 2 additions & 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.5"
version = "0.0.6"
authors = ["Igor Cota <[email protected]>"]
edition = "2021"

Expand All @@ -22,6 +22,7 @@ log = "0.4.20"
#android_log-sys = "0.3.1"
rlimit = "0.10.1"
anyhow = "1.0.79"
time = "0.3.36"

[build-dependencies]
cbindgen = "= 0.24.3"
4 changes: 4 additions & 0 deletions rust/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# SPDX-FileCopyrightText: 2024 Foundation Devices Inc.
#
# SPDX-License-Identifier: GPL-3.0-or-later

[toolchain]
channel = "1.79.0"

0 comments on commit 8e770d4

Please sign in to comment.