mirror of
https://github.com/ratspeak/rsLXST
synced 2026-08-12 18:08:16 -04:00
release: bump rsLXST to 0.1.1
This commit is contained in:
parent
ce871b87c5
commit
7c0fc2f898
2 changed files with 6 additions and 6 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -549,7 +549,7 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|||
|
||||
[[package]]
|
||||
name = "lxst-core"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"half",
|
||||
"hex",
|
||||
|
|
@ -562,7 +562,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lxst-rns"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"lxst-core",
|
||||
|
|
@ -576,7 +576,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lxst-telephony"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"hex",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ members = [
|
|||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2024"
|
||||
license = "AGPL-3.0-or-later"
|
||||
rust-version = "1.85"
|
||||
|
|
@ -32,5 +32,5 @@ rns-runtime = { path = "../rsReticulum/crates/rns-runtime", version = "1.0.0" }
|
|||
rns-transport = { path = "../rsReticulum/crates/rns-transport", version = "1.0.0" }
|
||||
rns-wire = { path = "../rsReticulum/crates/rns-wire", version = "1.0.0" }
|
||||
|
||||
lxst-core = { path = "crates/lxst-core", version = "0.1.0" }
|
||||
lxst-rns = { path = "crates/lxst-rns", version = "0.1.0" }
|
||||
lxst-core = { path = "crates/lxst-core", version = "0.1.1" }
|
||||
lxst-rns = { path = "crates/lxst-rns", version = "0.1.1" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue