Browse Source

Pin chrono version

tags/v0.3.10-rc3
haixuantao 10 months ago
parent
commit
0edbcf2505
5 changed files with 14 additions and 0 deletions
  1. +10
    -0
      Cargo.lock
  2. +1
    -0
      Cargo.toml
  3. +1
    -0
      binaries/cli/src/template/rust/listener/Cargo-template.toml
  4. +1
    -0
      binaries/cli/src/template/rust/node/Cargo-template.toml
  5. +1
    -0
      binaries/cli/src/template/rust/operator/Cargo-template.toml

+ 10
- 0
Cargo.lock View File

@@ -7566,6 +7566,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc38c5feeb496c8321091edf3d63e9a6829eab4b863b4a6a65f26f3e9cc6b179"
dependencies = [
"once_cell",
"python3-dll-a",
"target-lexicon",
]

@@ -7627,6 +7628,15 @@ dependencies = [
"syn 2.0.94",
]

[[package]]
name = "python3-dll-a"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49fe4227a288cf9493942ad0220ea3f185f4d1f2a14f197f7344d6d02f4ed4ed"
dependencies = [
"cc",
]

[[package]]
name = "pythonize"
version = "0.22.0"


+ 1
- 0
Cargo.toml View File

@@ -85,6 +85,7 @@ pyo3 = { version = "0.22.2", features = [
"multiple-pymethods",
] }
pythonize = "0.22"
chrono = ">=0.4.34,<0.4.40"

[package]
name = "dora-examples"


+ 1
- 0
binaries/cli/src/template/rust/listener/Cargo-template.toml View File

@@ -7,3 +7,4 @@ edition = "2021"

[dependencies]
dora-node-api = {}
chrono = ">=0.4.34,<0.4.40"

+ 1
- 0
binaries/cli/src/template/rust/node/Cargo-template.toml View File

@@ -7,3 +7,4 @@ edition = "2021"

[dependencies]
dora-node-api = {}
chrono = ">=0.4.34,<0.4.40"

+ 1
- 0
binaries/cli/src/template/rust/operator/Cargo-template.toml View File

@@ -10,3 +10,4 @@ crate-type = ["cdylib"]

[dependencies]
dora-operator-api = {}
chrono = ">=0.4.34,<0.4.40"

Loading…
Cancel
Save