Skip to content

Commit

Permalink
chore: rename sui-sdk-crypto to sui-crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Sep 25, 2024
1 parent 263e90a commit 198a68c
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ all:: ci
.PHONY: check-features
check-features:
$(MAKE) -C crates/sui-sdk-types check-features
$(MAKE) -C crates/sui-sdk-crypto check-features
$(MAKE) -C crates/sui-crypto check-features

.PHONY: check-fmt
check-fmt:
Expand All @@ -23,7 +23,7 @@ test:
.PHONY: wasm
wasm:
$(MAKE) -C crates/sui-sdk-types wasm
$(MAKE) -C crates/sui-sdk-crypto wasm
$(MAKE) -C crates/sui-crypto wasm

.PHONY: doc
doc:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "sui-sdk-crypto"
name = "sui-crypto"
version = "0.0.0"
authors = ["Brandon Williams <[email protected]>"]
license = "Apache-2.0"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 198a68c

Please sign in to comment.