Commit e0b9840 1 parent 7b7c33a commit e0b9840 Copy full SHA for e0b9840
File tree 15 files changed +14
-15
lines changed
rattler_package_streaming
15 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ resolver = "2"
7
7
opt-level = 3
8
8
9
9
[workspace .package ]
10
- version = " 0.19.0"
11
10
categories = [" conda" ]
12
11
homepage = " https://github.com/mamba-org/rattler"
13
12
repository = " https://github.com/mamba-org/rattler"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rattler-bin"
3
- version.workspace = true
3
+ version = " 0.1.0 "
4
4
edition.workspace = true
5
5
authors = [" Bas Zalmstra <zalmstra.bas@gmail.com>" ]
6
6
description = " Rust binary for common Conda operations"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rattler"
3
- version.workspace = true
3
+ version = " 0.19.0 "
4
4
edition.workspace = true
5
5
authors = [" Bas Zalmstra <zalmstra.bas@gmail.com>" ]
6
6
description = " Rust library to install conda environments"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rattler_conda_types"
3
- version.workspace = true
3
+ version = " 0.19.0 "
4
4
edition.workspace = true
5
5
authors = [" Bas Zalmstra <zalmstra.bas@gmail.com>" ]
6
6
description = " Rust data types for common types used within the Conda ecosystem"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rattler_digest"
3
- version.workspace = true
3
+ version = " 0.19.0 "
4
4
edition.workspace = true
5
5
authors = [" Bas Zalmstra <zalmstra.bas@gmail.com>" ]
6
6
description = " An simple crate used by rattler crates to compute different hashes from different sources"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rattler_index"
3
- version.workspace = true
3
+ version = " 0.19.0 "
4
4
edition.workspace = true
5
5
authors = []
6
6
description = " A crate that indexes directories containing conda packages to create local conda channels"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rattler_libsolv_c"
3
- version.workspace = true
3
+ version = " 0.19.0 "
4
4
edition.workspace = true
5
5
authors = [" Bas Zalmstra <zalmstra.bas@gmail.com>" ]
6
6
description = " Bindings for libsolv"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rattler_lock"
3
- version.workspace = true
3
+ version = " 0.19.0 "
4
4
edition.workspace = true
5
5
authors = [" Bas Zalmstra <zalmstra.bas@gmail.com>" ]
6
6
description = " Rust data types for conda lock"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rattler_macros"
3
- version.workspace = true
3
+ version = " 0.19.0 "
4
4
edition.workspace = true
5
5
authors = [" Wolf Vollprecht <w.vollprecht@gmail.com>" ]
6
6
description = " A crate that provideds some procedural macros for the rattler project"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rattler_networking"
3
- version.workspace = true
3
+ version = " 0.19.0 "
4
4
edition.workspace = true
5
5
authors = [" Wolf Vollprecht <w.vollprecht@gmail.com>" ]
6
6
description = " Authenticated requests in the conda ecosystem"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rattler_package_streaming"
3
- version.workspace = true
3
+ version = " 0.19.0 "
4
4
edition.workspace = true
5
5
authors = [" Bas Zalmstra <zalmstra.bas@gmail.com>" ]
6
6
description = " Extract and stream of Conda package archives"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rattler_repodata_gateway"
3
- version.workspace = true
3
+ version = " 0.19.0 "
4
4
edition.workspace = true
5
5
authors = [" Bas Zalmstra <zalmstra.bas@gmail.com>" ]
6
6
description = " A crate to interact with Conda repodata"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rattler_shell"
3
- version.workspace = true
3
+ version = " 0.19.0 "
4
4
edition.workspace = true
5
5
authors = [" Wolf Vollprecht <w.vollprecht@gmail.com>" ]
6
6
description = " A crate to help with activation and deactivation of a conda environment"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rattler_solve"
3
- version.workspace = true
3
+ version = " 0.19.0 "
4
4
edition.workspace = true
5
5
authors = [" Bas Zalmstra <zalmstra.bas@gmail.com>" ]
6
6
description = " A crate to solve conda environments"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rattler_virtual_packages"
3
- version.workspace = true
3
+ version = " 0.19.0 "
4
4
edition.workspace = true
5
5
authors = [" Bas Zalmstra <zalmstra.bas@gmail.com>" ]
6
6
description = " Library to work with and detect Conda virtual packages"
You can’t perform that action at this time.
0 commit comments