Browse Source

remove dora branch in bug_report.md and revert dora-example version to 0.0.0

tags/v0.2.4-rc
navyjia 2 years ago
parent
commit
607663efa3
3 changed files with 2 additions and 3 deletions
  1. +0
    -1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. +1
    -1
      Cargo.lock
  3. +1
    -1
      Cargo.toml

+ 0
- 1
.github/ISSUE_TEMPLATE/bug_report.md View File

@@ -26,7 +26,6 @@ If applicable, add screenshots to help explain your problem.
**Environments (please complete the following information):**
- System info: [use `uname --all` on Linux]
- Dora version: [use `dora --version` and `pip show dora-rs`]
- Dora branch: [use `git branch -vv`]

**Additional context**
Add any other context about the problem here.

+ 1
- 1
Cargo.lock View File

@@ -1370,7 +1370,7 @@ dependencies = [

[[package]]
name = "dora-examples"
version = "0.1.0"
version = "0.0.0"
dependencies = [
"clap 4.3.0",
"dora-coordinator",


+ 1
- 1
Cargo.toml View File

@@ -51,7 +51,7 @@ dora-coordinator = { version = "0.2.2", path = "binaries/coordinator" }

[package]
name = "dora-examples"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
license = "Apache-2.0"



Loading…
Cancel
Save