Skip to content

Commit

Permalink
feat: fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed May 20, 2024
1 parent dc22ccf commit 04a1464
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/Cargo.lock

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

2 changes: 1 addition & 1 deletion packages/sidan-csl-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sidan-csl-rs"
version = "0.5.0-alpha.1"
version = "0.5.0-alpha.2"
edition = "2021"
license = "Apache-2.0"
description = "Wrapper around the cardano-serialization-lib for easier transaction building, heavily inspired by cardano-cli APIs"
Expand Down
6 changes: 3 additions & 3 deletions packages/whisky/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whiskey"
version = "0.5.0-alpha.1"
name = "whisky"
version = "0.5.0-alpha.2"
edition = "2021"
license = "Apache-2.0"
description = "The Cardano Rust SDK, inspired by MeshJS"
Expand All @@ -24,7 +24,7 @@ noop_proc_macro = "0.3.0"
pallas-codec = "0.22.0"
pallas-primitives = "0.22.0"
pallas-traverse = "0.22.0"
sidan-csl-rs = { version = "=0.5.0-alpha.1", path = "../sidan-csl-rs" }
sidan-csl-rs = { version = "=0.5.0-alpha.2", path = "../sidan-csl-rs" }

[profile.release]
# Tell `rustc` to optimize for small code size.
Expand Down
2 changes: 1 addition & 1 deletion packages/whisky/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mod int_tests {
core::common::con_str0,
model::{Asset, Budget, LanguageVersion, Redeemer},
};
use whiskey::builder::{IMeshTxBuilder, MeshTxBuilder, MeshTxBuilderParam};
use whisky::builder::{IMeshTxBuilder, MeshTxBuilder, MeshTxBuilderParam};

#[test]
fn test_complex_plutus_mint_spend_with_ref_tx() {
Expand Down
2 changes: 1 addition & 1 deletion packages/whisky/tests/mesh_tx_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mod mesh_tx_builder_core_tests {
use serde_json::{json, to_string};
use sidan_csl_rs::model::{Asset, Budget, LanguageVersion, Redeemer};
use whiskey::builder::{IMeshTxBuilder, MeshTxBuilder, MeshTxBuilderParam};
use whisky::builder::{IMeshTxBuilder, MeshTxBuilder, MeshTxBuilderParam};

#[test]
fn test_mesh_tx_builder_core() {
Expand Down

0 comments on commit 04a1464

Please sign in to comment.