summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2023-09-04release: 5.6.0liv
2023-09-04chore: remove arghliv
2023-09-04Port to Clapmo8it
2023-08-26Update depsmo8it
2023-07-14fix: run cargo update to build proc-macro2 on nightlyNicholas R. Smith
2023-05-17release: 5.5.1liv
2023-05-17release: 5.5.0liv
2023-03-24cargo update for to resolve #1430Eugene
2023-02-12release: 5.4.0liv
2022-12-23chore: bump versionliv
2022-09-06chore: release 5.2.1mokou
2022-08-17chore: release 5.1.1mokou
2022-08-16chore: bump versionmokou
2022-08-03feat(errors5): add simpler explanation for box dynmokou
2022-07-11chore: remove mod.rs files and exercises featuremokou
2022-06-17Add lsp command to fix rust-analyzerJack Clayton
2022-06-06chore(deps): bump regex from 1.5.4 to 1.5.5dependabot[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-20chore: bump versionmokou
Plus, remove the clog configuration file, since that's not being used anymore.
2022-04-20chore: bump library versionsmokou
2022-04-14chore: bump versionmokou
2021-09-25release: 4.6.0ana
2021-08-24 fix(cli): remove unnecessary borrows (#829)Ben Armstead
* Update dependencies * Format better and remove unnecessary borrows
2021-07-07release: 4.5.0ana
Signed-off-by: ana <ana@ana.st>
2021-04-24release: 4.4.0mokou
2021-04-23chore(deps): update cargo dependenciesZerotask
2021-04-21feat: Replace clap with arghmokou
I’ve been wanting to do this for a while, but always procrastinated on it. We’ve been using Clap since the 2.0 rewrite, but Clap is known to be a fairly heavy library. Since Rustlings is usually peoples’ first contact with a Rust compilation, I think it’s in our best interests that this complation is as fast as possible. In effect, replacing Clap with the smaller, structopt-style `argh` reduces the amount of crates needing to be compiled from 82 to 60. I also think this makes the code way easier to read, we don’t need to use Clap’s methods anymore, but can switch over to using pure Rust methods, e.g., switches are booleans, options are Option<String>s or the like, and subcommands are just structs.
2020-12-29release: 4.3.0mokou
2020-11-07release: 4.2.0mokou
2020-10-05release: 4.1.0mokou
2020-08-03fix: Update rustlings version in Cargo.lockDany Marcoux
2020-04-12chore: update variables5.rs book link (#351)Saurav
chore: update variables5.rs book link chore: update variables5.rs book link
2020-03-05feat: added excercise for optionSanjay K
2020-02-252.2.0mokou
2019-11-272.1.0marisa
2019-11-122.0.0marisa
2019-11-12fix(run): makes `run` never promptRoberto Vidal
`watch` and `verify` do prompt the user to actively move to the next exercise. This change fixes `run` to never prompt. Previously it was inconsistent between "test" and "compile" exercises. BREAKING CHANGE: we again change the behavior of the `run` command
2019-11-11feat: improve `watch` execution modeRoberto Vidal
The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`.
2019-11-111.5.1marisa
2019-11-11fix(if1): Remove `return` referencemarisa
This closes #153.
2019-10-25chore: Bump version in Cargo.lockNiklas Anderson
2019-07-131.4.0marisa
2019-06-05feat(changelog): Use clog for changelogsliv
2019-06-051.3.0liv
2019-06-05Commit Cargo.lock fileliv
2018-08-16Removing Cargo.lockKatharina
2018-08-16Fixing main function errors in move_semantics/Katharina Fey
2018-03-04Update to btbytes' prlink because they merged my PR already!!Carol (Nichols || Goulding)
2018-03-04Make a handlebars helper that uses prlink to generate a link from a fileCarol (Nichols || Goulding)
2018-03-04Introduce handlebars to be able to do templatingCarol (Nichols || Goulding)
2018-03-04Start a script to regenerate README.md from a templateCarol (Nichols || Goulding)
So far this doesn't actually do any templating, just adds a note about the README being autogenerated :)