Skip to content

Commit

Permalink
Revert "Use most recent versions of dsync and tsync" (#89)
Browse files Browse the repository at this point in the history
This reverts commit 3467163.
  • Loading branch information
Wulf authored Jan 23, 2023
1 parent cae03df commit 812a56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-rust-app_cli/src/content/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ pub fn create(project_name: &str, creation_options: CreationOptions) -> Result<(
r#"chrono = { version = "0.4.19", features = ["serde"] }"#,
)?;
// todo: move these deps to the helper crate (./create-rust-app/Cargo.toml) behind feature flags
add_dependency(&project_dir, "tsync", r#"tsync = "1.6.0""#)?;
add_dependency(&project_dir, "dsync", r#"dsync = "0.0.5""#)?;
add_dependency(&project_dir, "tsync", r#"tsync = "1""#)?;
add_dependency(&project_dir, "dsync", r#"dsync = "0""#)?;
add_dependency(
&project_dir,
"diesel",
Expand Down

0 comments on commit 812a56e

Please sign in to comment.