Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Arti
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Arti
Merge requests
!445
Bump versions in preparation for 0.2.0 release.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bump versions in preparation for 0.2.0 release.
nickm/arti:020_versions
into
main
Overview
0
Commits
2
Pipelines
0
Changes
34
Merged
Nick Mathewson
requested to merge
nickm/arti:020_versions
into
main
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
34
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
5b2fc118
2 commits,
3 years ago
34 files
+
210
−
210
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
34
Search (e.g. *.vue) (Ctrl+P)
crates/arti/Cargo.toml
+
7
−
7
Options
[package]
name
=
"arti"
version
=
"0.
1
.0"
version
=
"0.
2
.0"
authors
=
[
"The Tor Project, Inc."
,
"Nick Mathewson <nickm@torproject.org>"
]
edition
=
"2018"
license
=
"MIT OR Apache-2.0"
@@ -22,12 +22,12 @@ static-native-tls = [ "arti-client/static-native-tls", "native-tls" ]
journald
=
[
"tracing-journald"
]
[dependencies]
arti-client
=
{
package
=
"arti-client"
,
path
=
"../arti-client"
,
version
=
"0.
1
.0"
,
default-features
=
false
}
tor-config
=
{
path
=
"../tor-config"
,
version
=
"0.
1
.0"
}
tor-error
=
{
path
=
"../tor-error"
,
version
=
"0.
1
.0"
,
default-features
=
false
}
tor-rtcompat
=
{
path
=
"../tor-rtcompat"
,
version
=
"0.
1
.0"
,
default-features
=
false
}
tor-socksproto
=
{
path
=
"../tor-socksproto"
,
version
=
"0.
1
.0"
}
arti-config
=
{
path
=
"../arti-config"
,
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
}
tor-rtcompat
=
{
path
=
"../tor-rtcompat"
,
version
=
"0.
2
.0"
,
default-features
=
false
}
tor-socksproto
=
{
path
=
"../tor-socksproto"
,
version
=
"0.
2
.0"
}
arti-config
=
{
path
=
"../arti-config"
,
version
=
"0.
2
.0"
}
anyhow
=
"1.0.23"
async-ctrlc
=
{
version
=
"1.2.0"
,
optional
=
true
}
Loading