Skip to content

Commit

Permalink
rust minimum version 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
cycle-five committed Dec 16, 2024
1 parent a6e3ddd commit a45595d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.69
- 1.70
features:
-
- --features tokio
Expand Down
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[package]
name = "whois-rust"
name = "whois-rs"
version = "1.6.1"
authors = ["Magic Len <[email protected]>", "Cycle Five <[email protected]>"]
edition = "2021"
rust-version = "1.69"
rust-version = "1.70"
repository = "https://github.com/cycle-five/whois-rust"
homepage = "https://magiclen.org/whois-rust"
keywords = ["whois"]
categories = ["web-programming::websocket"]
description = "This is a WHOIS client library for Rust, inspired by https://github.com/hjr265/node-whois"
description = "This is a WHOIS client library for Rust, inspired by https://github.com/hjr265/node-whois, forked from https://github.com/magiclen/whois-rust."
license = "MIT"
include = ["src/**/*", "tests/*", "data/*", "Cargo.toml", "README.md", "LICENSE"]

Expand Down
2 changes: 1 addition & 1 deletion tests/test.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use whois_rust::*;
use whois_rs::*;

#[test]
fn test() {
Expand Down

0 comments on commit a45595d

Please sign in to comment.