toml-bombadil icon indicating copy to clipboard operation
toml-bombadil copied to clipboard

A dotfile manager with templating

Results 66 toml-bombadil issues
Sort by recently updated
recently updated
newest added

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.139 to 1.0.143. Release notes Sourced from serde's releases. v1.0.143 Invert build.rs cfgs in serde_test to produce the most modern configuration in the default case (#2253, thanks...

dependencies
rust

Mentioning "0" would mean cargo would pick the latest dependency which is versioned "0.*" which would include versions incompatible with the one that this crate was written with and may...

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.58 to 1.0.60. Release notes Sourced from anyhow's releases. 1.0.60 Propagate --target to rustc invocation when deciding about backtrace support (#249, thanks @​RalfJung) 1.0.59 Update crates.io metadata...

dependencies
rust

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.31 to 1.0.32. Release notes Sourced from thiserror's releases. 1.0.32 Add keywords to crates.io metadata Commits 8cb98af Release 1.0.32 c1fb583 Disable nightly backtrace testing until converted to...

dependencies
rust

Bumps [config](https://github.com/mehcode/config-rs) from 0.13.1 to 0.13.2. Changelog Sourced from config's changelog. 0.13.2 - 2022-08-02 Backport of #316 to be testing with temp_env. The backport was necessary to be able to...

dependencies
rust

Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.6 to 1.0.7. Release notes Sourced from indoc's releases. 1.0.7 Add categories to crates.io metadata Commits ab3991b Release 1.0.7 8ca7a3a Add a sponsors link 47c4e2a Add categories...

dependencies
rust

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.12 to 3.2.16. Release notes Sourced from clap's releases. v3.2.16 [3.2.16] - 2022-07-30 Fixes Ensure required arguments appear in errors when they are also members of a...

dependencies
rust

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.14.4 to 0.15.0. Commits f37fee7 blame: fix typo s/Widnows/Windows/ 29cbc03 version bump (#781) 5383afc impl Send for TreeUpdateBuilder (#784) 2c67635 Provide a function to modify the GIT_OPT_ENABLE_CACHING...

dependencies
rust

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.0 to 1.20.1. Release notes Sourced from tokio's releases. Tokio v1.20.1 1.20.1 (July 25, 2022) Fixed chore: fix version detection in build script (#4860) #4860: tokio-rs/tokio#4860 Commits...

dependencies
rust

**Is your feature request related to a problem? Please describe.** Let's say I want to add a configuration for `foo` at `~/.config/foo/config`. Using ```toml foo = { source = foo/config,...

enhancement