Skip to content

Commit

Permalink
Merge pull request #602 from public-awesome/shanev/remove-sg-std
Browse files Browse the repository at this point in the history
Move common packages to `core`
  • Loading branch information
shanev authored Aug 8, 2023
2 parents f65d098 + 7a2e80e commit 2ee0fc8
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 630 deletions.
55 changes: 22 additions & 33 deletions Cargo.lock

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

10 changes: 1 addition & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sg721-nt = { version = "3.1.0", path = "contracts/collections/sg721-
sg721-updatable = { version = "3.1.0", path = "contracts/collections/sg721-updatable" }
sg-controllers = { version = "3.1.0", path = "packages/controllers" }
sg-metadata = { version = "3.1.0", path = "packages/sg-metadata" }
sg-multi-test = { version = "3.1.0", path = "packages/sg-multi-test" }
sg-multi-test = { version = "3.1.0" }
sg-splits = { version = "3.1.0", path = "contracts/splits" }
sg-std = { version = "3.1.0" }
sg-whitelist = { version = "3.1.0", path = "contracts/whitelists/whitelist" }
Expand Down Expand Up @@ -93,14 +93,6 @@ incremental = false
codegen-units = 1
incremental = false

[profile.release.package.sg-utils]
codegen-units = 1
incremental = false

[profile.release.package.sg-std]
codegen-units = 1
incremental = false

[profile.release.package.base-factory]
codegen-units = 1
incremental = false
Expand Down
17 changes: 0 additions & 17 deletions packages/sg-multi-test/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions packages/sg-multi-test/src/lib.rs

This file was deleted.

147 changes: 0 additions & 147 deletions packages/sg-multi-test/src/multi.rs

This file was deleted.

4 changes: 0 additions & 4 deletions packages/sg-std/.cargo/config

This file was deleted.

Loading

0 comments on commit 2ee0fc8

Please sign in to comment.