This website requires JavaScript.
Explore
Help
Sign In
blockworks-foundation
/
mango-v4
mirror of
https://github.com/blockworks-foundation/mango-v4.git
Watch
1
Star
0
Fork
You've already forked mango-v4
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a8e751aac0
mango-v4
/
rust-toolchain.toml
4 lines
64 B
TOML
Raw
Normal View
History
Unescape
Escape
using correct rust compiler version so that tests pass
2023-05-09 05:49:58 -07:00
[
toolchain
]
Update to solana 1.16.14 and anchor 0.28.0 (#718) - Change fixed to be a git dependency (no more submodules!) - Upgrade fixed to a version compatible with borsh 0.10 - Upgrade openbook-v2 dependency (for anchor compat) - Move services from mango-feeds repo into bin/ - Update mango-feeds-connector Co-authored-by: Christian Kamm <mail@ckamm.de> Co-authored-by: Riordan Panayides <riordan@panayid.es>
2023-10-05 01:56:45 -07:00
channel
=
"1.69"
Make clippy happy (#580)
2023-05-09 12:08:55 -07:00
components
=
[
"rustfmt"
,
"clippy"
]