forked from rust-lang/cargo
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de903c7
commit 655c40b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "cargo" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Yehuda Katz <[email protected]>", | ||
"Carl Lerche <[email protected]>", | ||
"Alex Crichton <[email protected]>"] | ||
|
655c40b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexcrichton, could you add
0.3.0
tag to this commit in git?655c40b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah this wasn't actually the release of 0.3.0, we're more on the "0.3.0 nightly" branch right now. When this bumps to 0.4.0 I'll tag the 0.3.0 release.