Results 381 comments of Kevin Reid

There doesn't seem to be a `0.25` published to crates.io yet.

I've updated to `0.25.0` and it still behaves exactly as shown above: ``` $ CARGO_REGISTRIES_CRATES_IO_PROTOCOL=git cargo crev open embedded-sprites -uv 0.1.2 [success; editor opens] $ cargo crev open embedded-sprites -uv...

Oh, and in case it's useful, here are the dependency versions the install used (retrieved from `cargo install`'s progress output): ``` adler v1.0.2 aead v0.5.2 aes v0.8.3 aes-siv v0.7.0 ahash...

(This comment is only to provide use-case context.) > The workaround is to add the crate you want as a dependency and run `cargo fetch`. Indeed that would also be...

The same change also broke my glTF export code. I'm aware that this is an intentional choice regarding the versioning of `gltf-json`, but I'd like to ask you to reconsider...

And with the latest release I'm reminded of more ways this is a problem: if something in the dependency graph starts to depend on a newer `gltf-json`, and `gltf` is...

See #385 for existing discussion.

I'm experiencing the build failure described in this bug, but I'm using macOS Catalina 10.15.7 (not 11) on an x86_64 machine. Would this be the same bug or different?

> But it seems like that just hoists all the definitions to the outer scope? So they'll clash with each other? An anonymous `const` item with a block expression still...

I frequently wish for this ability, because of the following use case, which I have not seen mentioned already: Your project depends on a package, and you want to test...