Skip to content

Commit bd66b6a

Browse files
committed
Upgrade Rust version to 2024
1 parent 22b5661 commit bd66b6a

4 files changed

Lines changed: 5 additions & 14 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.11.1"
10-
edition = "2021"
11-
authors = ["Dev <dev@cympletech.com>"]
9+
version = "0.11.2"
10+
edition = "2024"
11+
authors = ["Dev <hi@postsilicon.dev>"]
1212
readme = "README.md"
13-
homepage = "https://cympletech.com"
14-
repository = "https://github.com/cympletech/chamomile"
13+
repository = "https://github.com/postsilicondev/chamomile"
1514
categories = ["network-programming", "web-programming"]
1615
keywords = ["distributed", "blockchain", "p2p", "libp2p", "peer-to-peer"]
1716
description = "Another P2P Library. Support IoT devices."

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![crate](https://img.shields.io/badge/crates.io-v0.11.1-green.svg)](https://crates.io/crates/chamomile) [![doc](https://img.shields.io/badge/docs.rs-v0.11.1-blue.svg)](https://docs.rs/chamomile)
1+
[![crate](https://img.shields.io/badge/crates.io-v0.11.2-green.svg)](https://crates.io/crates/chamomile) [![doc](https://img.shields.io/badge/docs.rs-v0.11.2-blue.svg)](https://docs.rs/chamomile)
22

33
# Chamomile
44
*Build a robust stable connection on p2p network*
@@ -36,12 +36,6 @@ If not support `127.0.0.1` binding, you can change to `0.0.0.0` and try again.
3636
- Automatically switch the connection according to the number of connections and the network environment
3737
- If Alice use QUIC, Bob use TCP, they can still connect and communicate with each other.
3838

39-
## For more information, please visit:
40-
- Website: https://cympletech.com
41-
- Twitter: https://twitter.com/cympletech
42-
- Discord: https://discord.gg/UfFjp6Kaj4
43-
- E-mail: dev@cympletech.com
44-
4539
## License
4640

4741
This project is licensed under either of

chamomile/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "chamomile"
33
version.workspace = true
44
edition.workspace = true
55
authors.workspace = true
6-
homepage.workspace = true
76
repository.workspace = true
87
categories.workspace = true
98
keywords.workspace = true

types/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "chamomile_types"
33
version.workspace = true
44
edition.workspace = true
55
authors.workspace = true
6-
homepage.workspace = true
76
repository.workspace = true
87
categories.workspace = true
98
keywords.workspace = true

0 commit comments

Comments
 (0)