Use correct pattern for workspace interdependencies
[?]
Dec 1, 2020, 2:18 AM
H565UUPCG3M3BQNQPC4DUYJN2GO3DYTODYSHQYIZ2FT6JVSHBE3ACDependencies
- [2]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [3]
WI5BS6BSNew published versions - [4]
3S4DR77ZVersion updates - [5]
B5Z4IMEUGenerating Cargo.nix for pijul 1.0.0-alpha.6 - [6]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [7]
OUWD436AVersion bump - [8]
NX5I5H53New published versions - [9]
PJ7T2VFLDo not hang on locked repositories
Change contents
- edit in pijul-macros/Cargo.toml at line 10
- edit in pijul/Cargo.toml at line 40
- replacement in pijul/Cargo.toml at line 50
libpijul = { version = "1.0.0-alpha.6", features = [ "tarball" ] }libpijul = { path = "../libpijul", version = "1.0.0-alpha.6", features = [ "tarball" ] } - edit in libpijul/Cargo.toml at line 83
- replacement in libpijul/Cargo.toml at line 105
pijul-macros = "0.1.0"pijul-macros = { path = "../pijul-macros", version = "0.1.0" } - replacement in libpijul/Cargo.toml at line 122
env_logger = "0.8"[3.1023723]env_logger = "0.8" - edit in Cargo.toml at line 3
[patch.crates-io]pijul = { path = "pijul" }pijul-macros = { path = "pijul-macros" }libpijul = { path = "libpijul" }