Skip to content

Commit

Permalink
10.0.0 - Nothing major but potentially unexpected changes, see 73391ef
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulf committed Oct 28, 2023
1 parent c8b88b3 commit 3110fb0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion create-rust-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "create-rust-app"
description = "Set up a modern rust+react web app by running one command."
version = "9.3.2"
version = "10.0.0"
edition = "2018"
authors = ["Haris <4259838+Wulf@users.noreply.github.com>"]
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion create-rust-app_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "create-rust-app_cli"
description = "Set up a modern rust+react web app by running one command."
version = "9.3.2"
version = "10.0.0"
authors = ["Haris <4259838+Wulf@users.noreply.github.com>"]
edition = "2018"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion create-rust-app_cli/src/content/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct Asset;
// version.to_string()
// }
fn get_current_cra_lib_version() -> String {
"9.2.2".to_string()
"10.0.0".to_string()
}

#[derive(Clone)]
Expand Down

0 comments on commit 3110fb0

Please sign in to comment.