(zilch lang rust): various workspace fixes
This commit is contained in:
parent
a5a59ea9e8
commit
afd268c46d
2 changed files with 53 additions and 11 deletions
|
|
@ -45,7 +45,7 @@
|
|||
(lockfile-entry-dependencies entry)))
|
||||
|
||||
(define (fetch-and-unpack-crate lockfile-entry)
|
||||
(unless (string=? (lockfile-entry-source lockfile-entry) "registry+https://github.com/rust-lang/crates.io-index") (error "unknown source " (lockfile-entry-source lockfile-entry)))
|
||||
(unless (equal? (lockfile-entry-source lockfile-entry) "registry+https://github.com/rust-lang/crates.io-index") (error "unknown source " lockfile-entry))
|
||||
|
||||
; TODO(puck): hardcoded
|
||||
(define url (string-append "https://static.crates.io/crates/" (lockfile-entry-name lockfile-entry) "/" (lockfile-entry-version lockfile-entry) "/download"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue