mirror of
https://codeberg.org/ral/rwedid.git
synced 2024-08-16 09:59:49 +02:00
Release 0.3.1
This commit is contained in:
parent
72410d3d34
commit
0db87eb8c1
2 changed files with 2 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -263,7 +263,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rwedid"
|
name = "rwedid"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"i2cdev",
|
"i2cdev",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rwedid"
|
name = "rwedid"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "Read and write EDID data over an I2C bus."
|
description = "Read and write EDID data over an I2C bus."
|
||||||
keywords = ["linux"]
|
keywords = ["linux"]
|
||||||
|
@ -8,7 +8,6 @@ categories = ["embedded", "hardware-support"]
|
||||||
readme = "readme.md"
|
readme = "readme.md"
|
||||||
repository = "https://codeberg.org/ral/rwedid.git"
|
repository = "https://codeberg.org/ral/rwedid.git"
|
||||||
authors = ["Ral"]
|
authors = ["Ral"]
|
||||||
publish = false
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
|
|
Loading…
Reference in a new issue