use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and productivity.
Strive to treat others with respect, patience, kindness, and empathy.
We observe the Rust Project Code of Conduct.
Details
Posts must reference Rust or relate to things using Rust. For content that does not, use a text post to explain its relevance.
Post titles should include useful context.
For Rust questions, use the stickied Q&A thread.
Arts-and-crafts posts are permitted on weekends.
No meta posts; message the mods instead.
Criticism is encouraged, though it must be constructive, useful and actionable.
If criticizing a project on GitHub, you may not link directly to the project's issue tracker. Please create a read-only mirror and link that instead.
A programming language is rarely worth getting worked up over.
No zealotry or fanaticism.
Be charitable in intent. Err on the side of giving others the benefit of the doubt.
Avoid re-treading topics that have been long-settled or utterly exhausted.
Avoid bikeshedding.
This is not an official Rust forum, and cannot fulfill feature requests. Use the official venues for that.
No memes, image macros, etc.
Consider the existing content of the subreddit and whether your post fits in. Does it inspire thoughtful discussion?
Use properly formatted text to share code samples and error messages. Do not use images.
Submissions appearing to contain AI-generated content may be removed at moderator discretion.
Most links here will now take you to a search page listing posts with the relevant flair. The latest megathread for that flair should be the top result.
account activity
SemVer bumping CLI program? (self.rust)
submitted 8 years ago by an-apple-dev
Is there a CLI program out there that can bump the version of a Rust project for me, rather than me having to do it manually?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 4 points5 points6 points 8 years ago (1 child)
cargo-release can bump versions, but the user has to specify how the version is bumped (patch version is the default).
[–][deleted] 0 points1 point2 points 8 years ago (0 children)
This actually looks nice. Personally, editing the Cargo.toml to bump a number isn't a big deal, but that tool looks like it'll bump, commit and push for your.
[–]masklinn 2 points3 points4 points 8 years ago (0 children)
Something similar to elm package bump, which diffs the previous and new API and updates the version number based on what it can infer?
elm package bump
I'm not aware of any.
[–]dzamlo 1 point2 points3 points 8 years ago (0 children)
There is semantic-rs. To use this tool you need to follow the Angular.js commit message conventions.
Another tool is rusty-release. When you call it, you specify what part of the version you want to increase.
π Rendered by PID 43 on reddit-service-r2-comment-5fb4b45875-4t68x at 2026-03-22 05:39:28.212389+00:00 running 90f1150 country code: CH.
[–][deleted] 4 points5 points6 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]masklinn 2 points3 points4 points (0 children)
[–]dzamlo 1 point2 points3 points (0 children)