zlgcan 0.2.3__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.
- {zlgcan-0.2.3 → zlgcan-0.2.4}/Cargo.lock +3 -3
- {zlgcan-0.2.3 → zlgcan-0.2.4}/Cargo.toml +3 -3
- {zlgcan-0.2.3 → zlgcan-0.2.4}/PKG-INFO +1 -1
- {zlgcan-0.2.3 → zlgcan-0.2.4}/.editorconfig +0 -0
- {zlgcan-0.2.3 → zlgcan-0.2.4}/.github/workflows/CI.yml +0 -0
- {zlgcan-0.2.3 → zlgcan-0.2.4}/.github/workflows/label-check.yml +0 -0
- {zlgcan-0.2.3 → zlgcan-0.2.4}/.gitignore +0 -0
- {zlgcan-0.2.3 → zlgcan-0.2.4}/CHANGELOG.md +0 -0
- {zlgcan-0.2.3 → zlgcan-0.2.4}/LICENSE.txt +0 -0
- {zlgcan-0.2.3 → zlgcan-0.2.4}/README.md +0 -0
- {zlgcan-0.2.3 → zlgcan-0.2.4}/pyproject.toml +0 -0
- {zlgcan-0.2.3 → zlgcan-0.2.4}/requirements.txt +0 -0
- {zlgcan-0.2.3 → zlgcan-0.2.4}/src/lib.rs +0 -0
- {zlgcan-0.2.3 → zlgcan-0.2.4}/src/wrappers/constants.rs +0 -0
- {zlgcan-0.2.3 → zlgcan-0.2.4}/src/wrappers/mod.rs +0 -0
- {zlgcan-0.2.3 → zlgcan-0.2.4}/zlgcan/__init__.py +0 -0
- {zlgcan-0.2.3 → zlgcan-0.2.4}/zlgcan/zlgcan.py +0 -0
@@ -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?
|
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?
|
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.
|
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
|
+
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",
|
17
|
-
zlgcan = { git = "https://github.com/jesses2025smith/rust-can.git", package = "zlgcan",
|
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"
|
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
|
File without changes
|
File without changes
|
File without changes
|