mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-19 21:31:02 +00:00
move the repository to paritytech org (#49)
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ authors = [
|
|||||||
]
|
]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/xermicus/revive"
|
repository = "https://github.com/paritytech/revive"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
revive-benchmarks = { version = "0.1.0", path = "crates/benchmarks" }
|
revive-benchmarks = { version = "0.1.0", path = "crates/benchmarks" }
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||

|

|
||||||
|
|
||||||
# revive
|
# revive
|
||||||
|
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ pub struct Arguments {
|
|||||||
pub solc: Option<String>,
|
pub solc: Option<String>,
|
||||||
|
|
||||||
/// The EVM target version to generate IR for.
|
/// The EVM target version to generate IR for.
|
||||||
/// See https://github.com/xermicus/revive/blob/main/crates/common/src/evm_version.rs for reference.
|
/// See https://github.com/paritytech/revive/blob/main/crates/common/src/evm_version.rs for reference.
|
||||||
#[structopt(long = "evm-version")]
|
#[structopt(long = "evm-version")]
|
||||||
pub evm_version: Option<String>,
|
pub evm_version: Option<String>,
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"title": "resolc CLI Tests",
|
"title": "resolc CLI Tests",
|
||||||
"description": "Auto tests for verifying resolc CLI",
|
"description": "Auto tests for verifying resolc CLI",
|
||||||
"repository": "https://github.com/xermicus/revive",
|
"repository": "https://github.com/paritytech/revive",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user