summaryrefslogtreecommitdiff
path: root/subplotlib/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2023-11-11chore: Update from fehler to culpaDaniel Silverstone1-1/+1
2023-10-29chore: Update MSRV everywhere to 1.70Daniel Silverstone1-1/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2023-08-27(release): Prepare 0.9.0 releaseDaniel Silverstone1-3/+3
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2023-06-14version: Update versions to 0.8.0Daniel Silverstone1-3/+3
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2023-04-30chore: prepare release 0.7.1Lars Wirzenius1-3/+3
Sponsored-by: author
2023-04-10(release) Prepare 0.7.0 releaseDaniel Silverstone1-3/+3
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2023-04-10(chore): Update base64, env_logger, and serde_yamlDaniel Silverstone1-1/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2023-04-10(chore): Update rust-version to 1.63 in all cratesDaniel Silverstone1-0/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2023-04-10(chore): Update edition to 2021 across cratesDaniel Silverstone1-1/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2023-03-08(chore): Update remove_dir_all dep to 0.8Daniel Silverstone1-1/+1
Adding aligned v0.4.1 Adding as-slice v0.2.1 Adding cfg-if v0.1.10 Removing crossbeam-channel v0.5.7 Removing crossbeam-deque v0.8.3 Removing crossbeam-epoch v0.9.14 Removing crossbeam-utils v0.8.15 Adding cvt v0.1.1 Adding fs_at v0.1.1 Removing hermit-abi v0.2.6 Removing memoffset v0.8.0 Adding nix v0.26.2 Adding normpath v1.1.0 Removing num_cpus v1.15.0 Removing rayon v1.7.0 Removing rayon-core v1.11.0 Updating remove_dir_all v0.7.0 -> v0.8.1 Removing scopeguard v1.1.0 Adding smart-default v0.6.0 Adding stable_deref_trait v1.2.0 Adding static_assertions v1.1.0 Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
2022-11-13(release): Prepare 0.6.0 releaseDaniel Silverstone1-3/+3
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2022-09-13chore: prepare release 0.5.0Lars Wirzenius1-3/+3
The os_str_bytes crate dependency is kept at the 6.1.0 version so that we don't have to bump the MSRV version. Likewise, the time crate is kept at 0.3.9, and serde_yaml at 0.8.26. Sponsored-by: author
2022-09-05(Cargo.toml): Fix homepage URL everywhereDaniel Silverstone1-1/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2022-07-29fix: prepare new release to bump dependency on roadmapLars Wirzenius1-2/+2
roadmap version 0.4.4 is needed to not drag in structopt. The old version of 0.4 wasn't enough. Sponsored-by: author
2022-07-28chore: prepare release 0.4.2 of all cratesLars Wirzenius1-3/+3
Sponsored-by: author
2022-06-14fix(subplotlib): enable the "macros" feature for the time crateLars Wirzenius1-1/+1
Sponsored-by: author
2022-04-17(subplotlib): Update release versionDaniel Silverstone1-1/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2022-04-15(chore): Update everything to 0.4.0Daniel Silverstone1-3/+3
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2022-04-15(subplotlib): Remove dependency on chronoDaniel Silverstone1-1/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2022-01-01subplotlib: Run subplot.md in Rust tooDaniel Silverstone1-2/+5
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-11-27refactor: use build.rs for testing subplotlib subplotsLars Wirzenius1-0/+5
A bit of dog-fooding: use subplot-build to test subplotlib. Add a subplotlib/build.rs script to generate test code in Rust for the subplotlib/*.md subplots. The generated code is included in tests/*.rs, and run with "cargo test". Drop the same functionality from the ./check script.. Sponsored-by: author
2021-11-17chore: bump subplotlib version numberLars Wirzenius1-1/+1
This was missed in yesterday's release. My fault. Sponsored-by: author
2021-11-10chore: change licence to MIT-0Lars Wirzenius1-1/+1
We've decided to simplify the Subplot licensing situation by changing the licence to MIT-0 from the GPL. See https://gitlab.com/subplot/subplot/-/issues/229 for agreements from everyone involved. Sponsored-by: author
2021-09-18subplotlib: Upgrade to state 0.5Daniel Silverstone1-1/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-06-12chore: update Cargo.tomls for releaseDaniel Silverstone1-2/+11
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-02-07subplotlib: Add remove_dir_all dependencyDaniel Silverstone1-1/+2
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-12-30subplotlib: Add runcmd step libraryDaniel Silverstone1-1/+3
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-12-29subplotlib: Add files step library, with testsDaniel Silverstone1-1/+4
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-12-28subplotlib: Trivial datadir supportDaniel Silverstone1-0/+2
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-12-21subplotlib: Enable catching of panicsDaniel Silverstone1-1/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-12-21subplotlib: use state for contextDaniel Silverstone1-0/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-12-21subplotlib: Add initial subplotlibDaniel Silverstone1-0/+12
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>