Skip to content

Commit

Permalink
Use top level version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
isomer committed Apr 22, 2023
1 parent bf3c3af commit e1f1863
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.2
1.0.3
- Upgraded dependencies, cleaned up new clippy warnings.
1.0.1-rc1
- Beginnings of LLDP added by rayhaanj, not yet active.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
members = [ "crates/*" ]

[workspace.package]
version = "1.0.3"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/isomer/erbium.git"
Expand Down
2 changes: 1 addition & 1 deletion crates/erbium-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "erbium-core"
version = "0.0.0"
authors = ["Perry Lorier <git@isomer.meta.net.nz>"]
edition = "2021"
description = "Network services for small/home networks - Core code"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/isomer/erbium.git"
homepage = "https://github.com/isomer/erbium"
version.workspace = true

[features]
full=["dhcp", "radv", "http", "dns"]
Expand Down
2 changes: 1 addition & 1 deletion crates/erbium-net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "erbium-net"
version = "0.0.0"
authors = ["Perry Lorier <git@isomer.meta.net.nz>"]
edition = "2021"
description = "Network services for small/home networks - Low level networking abstractions"
version.workspace = true

[dependencies]
futures = "0.3.8"
Expand Down
2 changes: 1 addition & 1 deletion crates/erbium/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[package]
name = "erbium"
version = "1.0.3"
authors = ["Perry Lorier <git@isomer.meta.net.nz>"]
edition = "2021"
default-run = "erbium"
Expand All @@ -9,6 +8,7 @@ build = "src/build.rs"
license = "Apache-2.0"
repository = "https://github.com/isomer/erbium.git"
homepage = "https://github.com/isomer/erbium"
version.workspace = true

[features]
full=["dhcp", "radv", "http", "dns"]
Expand Down

0 comments on commit e1f1863

Please sign in to comment.