Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit fa181dd

Browse files
authored
Update crate for new repository (#1)
* Change repo url in Cargo.toml * Version bump
1 parent ac1980d commit fa181dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "enr"
33
authors = ["Age Manning <[email protected]>"]
44
edition = "2018"
5-
version = "0.1.0-alpha.6"
5+
version = "0.1.0-alpha.7"
66
description = "Rust implementation of Ethereum Node Record (ENR) EIP778"
77
readme = "./README.md"
88
keywords = ["ethereum", "enr", "record", "EIP778", "node"]
9-
repository = "https://github.com/AgeManning/enr"
9+
repository = "https://github.com/rust-ethereum/enr"
1010
categories = ["cryptography::cryptocurrencies"]
1111
license = "MIT"
1212
exclude = [

0 commit comments

Comments
 (0)