Skip to content

Commit

Permalink
refactor: Renamed all schema examples to have different names
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilMihaylov authored and Gancho Manev committed May 25, 2023
1 parent 8f86f62 commit 73ddd4f
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 2 deletions.
4 changes: 4 additions & 0 deletions contracts/admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ license.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]

[[example]]
name = "admin_schema"
test = true

[features]
default = ["contract-with-bindings"]
contract-with-bindings = ["contract"]
Expand Down
4 changes: 4 additions & 0 deletions contracts/dispatcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ license.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]

[[example]]
name = "dispatcher_schema"
test = true

[features]
default = ["contract-with-bindings"]
contract-with-bindings = ["contract"]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion contracts/lease/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license.workspace = true
crate-type = ["cdylib", "rlib"]

[[example]]
name = "schema"
name = "lease_schema"
test = true

[features]
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions contracts/leaser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ license.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]

[[example]]
name = "leaser_schema"
test = true

[features]
default = ["contract-with-bindings"]
contract-with-bindings = ["contract"]
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion contracts/lpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ license.workspace = true
crate-type = ["cdylib", "rlib"]

[[example]]
name = "schema"
name = "lpp_schema"
test = true

[features]
default = ["contract-with-bindings"]
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions contracts/oracle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ license.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]

[[example]]
name = "oracle_schema"
test = true

[features]
default = ["contract-with-bindings"]
contract-with-bindings = ["contract"]
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions contracts/profit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ license.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]

[[example]]
name = "profit_schema"
test = true

[features]
default = ["contract-with-bindings"]
contract-with-bindings = ["contract"]
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions contracts/timealarms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ license.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]

[[example]]
name = "timealarms_schema"
test = true

[features]
default = ["contract-with-bindings"]
contract-with-bindings = ["contract"]
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions contracts/treasury/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ license.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]

[[example]]
name = "treasury_schema"
test = true

[features]
default = ["contract-with-bindings"]
contract-with-bindings = ["contract"]
Expand Down
File renamed without changes.

0 comments on commit 73ddd4f

Please sign in to comment.