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]]
|
||||
name = "rwedid"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"i2cdev",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rwedid"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
license = "MIT"
|
||||
description = "Read and write EDID data over an I2C bus."
|
||||
keywords = ["linux"]
|
||||
|
@ -8,7 +8,6 @@ categories = ["embedded", "hardware-support"]
|
|||
readme = "readme.md"
|
||||
repository = "https://codeberg.org/ral/rwedid.git"
|
||||
authors = ["Ral"]
|
||||
publish = false
|
||||
edition = "2021"
|
||||
|
||||
[package.metadata.deb]
|
||||
|
|
Loading…
Reference in a new issue