Skip to content

Commit 0131e52

Browse files
committed
treewide(ver): 1.0 stable
1 parent 647391a commit 0131e52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cafmerge"
3-
version = "0.2.0"
3+
version = "1.0.0"
44
edition = "2018"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub const CAF_BASE_URL: &str = "https://source.codeaurora.org/quic/la/";
1414

1515
fn main() {
1616
let matches = App::new(format!("{}", "cafmerge".bold().yellow()))
17-
.version("0.2")
17+
.version("1.0")
1818
.author(
1919
format!(
2020
"{} {} {}",

0 commit comments

Comments
 (0)