Commit 89b38b16 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Change safelog version to 0.1.0.

(This is okay because we haven't published it yet, or any crate that
uses it.)
parent 9447e693
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ error_detail = []
experimental-api = []

[dependencies]
safelog = { path = "../safelog", version = "0.2.0" }
safelog = { path = "../safelog", version = "0.1.0" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.2.0" }
tor-circmgr = { path = "../tor-circmgr", version = "0.2.0" }
tor-config = { path = "../tor-config", version = "0.2.0" }
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ static-native-tls = ["arti-client/static-native-tls", "native-tls"]
journald = ["tracing-journald"]

[dependencies]
safelog = { path = "../safelog", version = "0.2.0" }
safelog = { path = "../safelog", version = "0.1.0" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.2.0", default-features = false }
tor-config = { path = "../tor-config", version = "0.2.0" }
tor-error = { path = "../tor-error", version = "0.2.0", default-features = false }
+1 −1
Original line number Diff line number Diff line
[package]
name = "safelog"
version = "0.2.0"
version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.56"
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
experimental-api = []

[dependencies]
safelog = { path = "../safelog", version = "0.2.0" }
safelog = { path = "../safelog", version = "0.1.0" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.2.0" }
tor-chanmgr = { path = "../tor-chanmgr", version = "0.2.0" }
tor-config = { path = "../tor-config", version = "0.2.0" }