riff icon indicating copy to clipboard operation
riff copied to clipboard

Riff automatically provides external dependencies for Rust projects, with support for other languages coming soon.

Results 31 riff issues
Sort by recently updated
recently updated
newest added

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.150. Release notes Sourced from serde's releases. v1.0.150 Relax some trait bounds from the Serialize impl of HashMap and BTreeMap (#2334) Enable Serialize and Deserialize...

dependencies
rust

Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/e228867146581fa5e4be25dafc0dd68fdd22f0ad' (2022-09-03) → 'github:nix-community/fenix/2745d0c04a278231140125b81996d23fe00d923c' (2022-12-10) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/93c52e41ec0d297c7512adf5936d8c464c820618' (2022-09-01) → 'github:rust-lang/rust-analyzer/14492043dba29d626ea98667c3c7c0002f75feff' (2022-12-09)...

Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 14 to 15. Release notes Sourced from DeterminateSystems/update-flake-lock's releases. v15 What's Changed Allow to customize git author/committer name+email by @​armanbilge in DeterminateSystems/update-flake-lock#58 Full Changelog: https://github.com/DeterminateSystems/update-flake-lock/compare/v14...v15 Commits aa092a7...

dependencies
github_actions

I don't know if I've only started noticing or if the tooling in this space has started to proliferate, but it isn't clear to me which tool to reach for...

documentation

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to 1.0.89. Release notes Sourced from serde_json's releases. v1.0.89 Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#953) v1.0.88...

dependencies
rust

Is there any way to either ask for musl libraries or build with a particular glibc version (like `cargo zigbuild`) for folks who need to ship binaries to older systems...

enhancement

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.13 to 4.0.26. Release notes Sourced from clap's releases. v4.0.26 [4.0.26] - 2022-11-16 Fixes (error) Fix typos in ContextKind::as_str v4.0.25 [4.0.25] - 2022-11-15 Features (error) Report available...

dependencies
rust

Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.1 to 0.17.2. Release notes Sourced from indicatif's releases. 0.17.2 A small maintenance release which makes indicatif more portable and fixes some minor regressions. Use portable-atomic to...

dependencies
rust

Bumps [target-lexicon](https://github.com/bytecodealliance/target-lexicon) from 0.12.4 to 0.12.5. Commits be05a2a (cargo-release) version 0.12.5 609c2c8 Add several new targets. (#83) cb031b2 add support for aarch64-pc-windows-gnullvm (#82) See full diff in compare view [![Dependabot...

dependencies
rust

OS: wsl2 (ubuntu 22.04) Riff version: 1.0.0 Things I tried to run: `riff shell` and then open VSCode from the shell ![image](https://user-images.githubusercontent.com/30254428/189505488-54bbc935-d57b-4909-9c05-37ad1a1fde98.png) it gets an error like ![image](https://user-images.githubusercontent.com/30254428/189505508-bc8e671a-cc16-4eca-b458-afc53e41044a.png) I got...

enhancement