Skip to content

Commit

Permalink
Revert #5223 (#5374)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Jul 13, 2023
1 parent 30052ee commit 926a849
Show file tree
Hide file tree
Showing 20 changed files with 98 additions and 164 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

29 changes: 0 additions & 29 deletions RELEASE_PROCESS.md

This file was deleted.

2 changes: 1 addition & 1 deletion abi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foundry-abi"
version = "1.0.0"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion anvil/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anvil"
version = "1.0.0"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion binder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foundry-binder"
version = "1.0.0"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "./README.md"
Expand Down
2 changes: 1 addition & 1 deletion cast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cast"
version = "1.0.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion chisel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chisel"
version = "1.0.0"
version = "0.1.0"
edition = "2021"
authors = [
"clabby <https://github.com/clabby>",
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foundry-cli"
version = "1.0.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
6 changes: 2 additions & 4 deletions cli/tests/it/integration.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
use foundry_cli_test_utils::{forgetest_external, util::setup_forge_remote};

forgetest_external!(solmate, "transmissions11/solmate");
// Commenting until PRB migration.
// forgetest_external!(prb_math, "PaulRBerg/prb-math");
forgetest_external!(prb_math, "PaulRBerg/prb-math");
forgetest_external!(prb_proxy, "PaulRBerg/prb-proxy");
// Commenting until solady PR merged
// forgetest_external!(solady, "Vectorized/solady");
forgetest_external!(solady, "Vectorized/solady");
forgetest_external!(
geb,
"reflexer-labs/geb",
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foundry-common"
version = "1.0.0"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foundry-config"
version = "1.0.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Foundry configuration"
Expand Down
2 changes: 1 addition & 1 deletion evm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foundry-evm"
version = "1.0.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "../README.md"
Expand Down
Loading

0 comments on commit 926a849

Please sign in to comment.