Skip to content

Commit

Permalink
Few corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
1010adigupta committed Dec 9, 2023
1 parent fdff074 commit cc13ebf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Fast Fourier Transform/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "Stylus Library"
name = "Fast Fourier Transform"
version = "0.1.5"
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion Metatransactions ERC4337/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "stylus-hello-world-minimal"
name = "erc4337"
version = "0.1.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion erc1155/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "stylus-hello-world-minimal"
name = "erc1155"
version = "0.1.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion erc20/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "stylus-hello-world-minimal"
name = "erc20"
version = "0.1.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion erc4626/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "stylus-hello-world-minimal"
name = "erc4626"
version = "0.1.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion erc6909/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "stylus-hello-world-minimal"
name = "erc6909"
version = "0.1.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion weth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "stylus-hello-world-minimal"
name = "weth"
version = "0.1.0"
edition = "2021"

Expand Down

0 comments on commit cc13ebf

Please sign in to comment.