Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stellar-core p22 env submodule to rc3 #4515

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update rs-soroban-env v22.0.0-rc.3 version
  • Loading branch information
anupsdf committed Oct 22, 2024
commit 1462cffbbf0bfb0e3d148c887b74b586ead4990d
8 changes: 4 additions & 4 deletions src/rust/src/dep-trees/p22-expect.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
soroban-env-host v22.0.0-rc.2 (src/rust/soroban/p22/soroban-env-host)
soroban-env-host v22.0.0-rc.3 (src/rust/soroban/p22/soroban-env-host)
├── ark-bls12-381 v0.4.0
│ ├── ark-ec v0.4.2
│ │ ├── ark-ff v0.4.2
Expand Down Expand Up @@ -222,17 +222,17 @@ soroban-env-host v22.0.0-rc.2 (src/rust/soroban/p22/soroban-env-host)
│ ├── digest v0.10.7 (*)
│ └── keccak v0.1.4
│ └── cpufeatures v0.2.8 (*)
├── soroban-builtin-sdk-macros v22.0.0-rc.2 (proc-macro) (src/rust/soroban/p22/soroban-builtin-sdk-macros)
├── soroban-builtin-sdk-macros v22.0.0-rc.3 (proc-macro) (src/rust/soroban/p22/soroban-builtin-sdk-macros)
│ ├── itertools v0.10.5
│ │ └── either v1.8.1
│ ├── proc-macro2 v1.0.69 (*)
│ ├── quote v1.0.33 (*)
│ └── syn v2.0.39 (*)
├── soroban-env-common v22.0.0-rc.2 (src/rust/soroban/p22/soroban-env-common)
├── soroban-env-common v22.0.0-rc.3 (src/rust/soroban/p22/soroban-env-common)
│ ├── ethnum v1.5.0
│ ├── num-derive v0.4.1 (proc-macro) (*)
│ ├── num-traits v0.2.17 (*)
│ ├── soroban-env-macros v22.0.0-rc.2 (proc-macro) (src/rust/soroban/p22/soroban-env-macros)
│ ├── soroban-env-macros v22.0.0-rc.3 (proc-macro) (src/rust/soroban/p22/soroban-env-macros)
│ │ ├── itertools v0.10.5 (*)
│ │ ├── proc-macro2 v1.0.69 (*)
│ │ ├── quote v1.0.33 (*)
Expand Down
Loading