Skip to content

Commit 9947607

Browse files
authored
bump env and update budget print (#896)
### What Bump env to pick up the increased memory budget and update budget print. ### Why [TODO: Why this change is being made. Include any context required to understand the why.] ### Known limitations [TODO or N/A]
1 parent d6109a4 commit 9947607

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ soroban-token-spec = { version = "0.6.0", path = "soroban-token-spec" }
3737
[workspace.dependencies.soroban-env-common]
3838
version = "0.0.14"
3939
git = "https://github.com/stellar/rs-soroban-env"
40-
rev = "7dde7cb0b35957856a1e0c11432e00532ae20cf8"
40+
rev = "75b21696b0636bd145b7acb47a6fed4621b05978"
4141

4242
[workspace.dependencies.soroban-env-guest]
4343
version = "0.0.14"
4444
git = "https://github.com/stellar/rs-soroban-env"
45-
rev = "7dde7cb0b35957856a1e0c11432e00532ae20cf8"
45+
rev = "75b21696b0636bd145b7acb47a6fed4621b05978"
4646

4747
[workspace.dependencies.soroban-env-host]
4848
version = "0.0.14"
4949
git = "https://github.com/stellar/rs-soroban-env"
50-
rev = "7dde7cb0b35957856a1e0c11432e00532ae20cf8"
50+
rev = "75b21696b0636bd145b7acb47a6fed4621b05978"
5151

5252
[workspace.dependencies.stellar-strkey]
5353
version = "0.0.7"

soroban-sdk/src/testutils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pub mod budget {
127127

128128
/// Print the budget costs and inputs to stdout.
129129
pub fn print(&self) {
130-
println!("{}", self);
130+
println!("{}", self.0);
131131
}
132132
}
133133
}

0 commit comments

Comments
 (0)