zlgcan 0.2.3b0__tar.gz → 0.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -210,7 +210,7 @@ dependencies = [
210
210
  [[package]]
211
211
  name = "rs-can"
212
212
  version = "0.3.0"
213
- source = "git+https://github.com/jesses2025smith/rust-can.git?branch=py#b47be22c135553b723146de65d7bf6f44da26403"
213
+ source = "git+https://github.com/jesses2025smith/rust-can.git?rev=00e625f39d6d2c27ee874b1b5c0aac36ba6ddf68#00e625f39d6d2c27ee874b1b5c0aac36ba6ddf68"
214
214
  dependencies = [
215
215
  "bitflags",
216
216
  "derive-getters",
@@ -345,7 +345,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
345
345
  [[package]]
346
346
  name = "zlgcan"
347
347
  version = "0.3.0"
348
- source = "git+https://github.com/jesses2025smith/rust-can.git?branch=py#b47be22c135553b723146de65d7bf6f44da26403"
348
+ source = "git+https://github.com/jesses2025smith/rust-can.git?rev=00e625f39d6d2c27ee874b1b5c0aac36ba6ddf68#00e625f39d6d2c27ee874b1b5c0aac36ba6ddf68"
349
349
  dependencies = [
350
350
  "dlopen2",
351
351
  "log",
@@ -357,7 +357,7 @@ dependencies = [
357
357
 
358
358
  [[package]]
359
359
  name = "zlgcan-driver"
360
- version = "0.2.3-beta0"
360
+ version = "0.2.4"
361
361
  dependencies = [
362
362
  "anyhow",
363
363
  "pyo3",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "zlgcan-driver"
3
- version = "0.2.3-beta0"
3
+ version = "0.2.4"
4
4
  edition = "2021"
5
5
 
6
6
  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,8 +13,8 @@ pyo3 = "0.25"
13
13
  #iso15765-2 = { version = "0.1.0-alpha0" }
14
14
  #iso14229-1 = { version = "0.1.0-alpha0" }
15
15
  #docan = { version = "0.1.0-alpha0" }
16
- rs-can = { git = "https://github.com/jesses2025smith/rust-can.git", package = "rs-can", branch = "py" }
17
- zlgcan = { git = "https://github.com/jesses2025smith/rust-can.git", package = "zlgcan", branch = "py" }
16
+ rs-can = { git = "https://github.com/jesses2025smith/rust-can.git", package = "rs-can", rev = "00e625f39d6d2c27ee874b1b5c0aac36ba6ddf68" }
17
+ zlgcan = { git = "https://github.com/jesses2025smith/rust-can.git", package = "zlgcan", rev = "00e625f39d6d2c27ee874b1b5c0aac36ba6ddf68" }
18
18
 
19
19
  [dev-dependencies]
20
20
  anyhow = "1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zlgcan
3
- Version: 0.2.3b0
3
+ Version: 0.2.4
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes