Skip to content

Commit

Permalink
chore: rename library to rgbstd to avoid conflicts with rgbcore
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 8, 2023
1 parent 932d33a commit f5b8b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rust-version = { workspace = true }
readme = "README.md"

[lib]
name = "rgb"
name = "rgbstd"
crate-type = ["cdylib", "rlib"] # We need this for WASM

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions stl/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use rgb::interface::{rgb20_stl, rgb21_stl, rgb25_stl};
use rgb::stl::{rgb_contract_stl, rgb_std_stl};
use rgbstd::interface::{rgb20_stl, rgb21_stl, rgb25_stl};
use rgbstd::stl::{rgb_contract_stl, rgb_std_stl};
use strict_types::parse_args;

fn main() {
Expand Down

0 comments on commit f5b8b04

Please sign in to comment.