Illia Bobyr
3bc670a47b
Revert Rust 1.68.0 upgrade ( #30897 )
...
Specifically the nightly upgrade is breaking the
`geyser_plugin_manager`. We will probably need more investigation
before we can move forward with it.
2023-03-25 02:41:12 +00:00
Brooks
244430d643
Upgrades Rust to 1.68.0 ( #30664 )
2023-03-24 18:06:38 -04:00
Yihau Chen
d984fbb735
ci: use wasm-pack latest version ( #30399 )
2023-02-22 13:31:46 +08:00
Brooks
f91e63dfe9
Upgrades Rust to 1.67.1 ( #29947 )
2023-02-17 14:08:27 -05:00
Brooks
631dd573da
Upgrades to Rust 1.66.1 ( #29827 )
2023-01-24 15:11:10 +08:00
Tyera
1c135552de
Remove protoc from docker image ( #29626 )
2023-01-10 22:28:31 -07:00
Brooks Prumo
4d6653598b
Upgrades to Rust 1.65.0 ( #28741 )
2022-11-09 17:15:03 -05:00
Brooks Prumo
12df0f234d
Upgrade to Rust 1.64.0 ( #28034 )
2022-09-29 09:32:24 -04:00
Brennan Watt
e4a7d01e10
Rust v1.63 ( #27303 )
...
* Upgrade to Rust v1.63.0
* Add nightly_clippy_allows
* Resolve some new clippy nightly lints
* Increase QUIC packets completion timeout
* Update quinn-udp crate
Co-authored-by: Michael Vines <mvines@gmail.com>
2022-08-22 18:01:03 -07:00
Brennan Watt
7573000d87
Revert "Rust v1.63.0 ( #27148 )" ( #27245 )
...
This reverts commit a2e7bdf50a
.
2022-08-19 09:19:44 +01:00
Brennan Watt
a2e7bdf50a
Rust v1.63.0 ( #27148 )
...
* Upgrade to Rust v1.63.0
* Add nightly_clippy_allows
* Resolve some new clippy nightly lints
* Increase QUIC packets completion timeout
Co-authored-by: Michael Vines <mvines@gmail.com>
2022-08-17 15:48:33 -07:00
Michael Vines
8dd9a045dd
Add cargo-store
2022-06-21 18:09:17 +00:00
Michael Vines
552d684bdc
Upgrade to Rust 1.60.0
2022-04-11 18:15:03 -04:00
Michael Vines
8f9554b5b9
Build rust docker images for linux/amd64
2022-04-11 18:15:03 -04:00
Trent Nelson
97b5a71ceb
bump rust to 1.59.0
2022-02-25 08:05:28 +00:00
Michael Vines
091929da12
Update to Rust 1.58.1
2022-01-21 21:38:06 -08:00
Steven Czabaniuk
15a9fa6f53
Update to Rust 1.57.0
2021-12-10 11:07:19 -08:00
Michael Vines
f32216588d
Remove libcurl to prevent wasm-pack segfault in libssl
2021-12-09 15:53:58 -08:00
Michael Vines
488dc37fec
Add wasm bindings for `Pubkey` and `Keypair`
2021-12-09 15:53:58 -08:00
Michael Vines
e922c2da9d
Update to Rust 1.56.1
2021-11-30 23:28:07 -08:00
Michael Vines
293a0d8797
Update to Rust v1.56
2021-10-23 08:21:20 +00:00
Michael Vines
13462d63a2
solana-sdk now builds for wasm32-unknown-unknown
2021-10-13 13:15:33 -07:00
Michael Vines
3b70cdb8d8
Upgrade to Rust 1.55.0
2021-10-06 17:48:58 -07:00
Trent Nelson
38fb6dcf86
bump rust stable to 1.54, nightly 2021-08-02
2021-08-04 07:21:55 +00:00
Michael Vines
889d35f350
Update to Rust 1.53.0
2021-06-18 20:20:13 -07:00
Tao Zhu
0781fe1b4f
Upgrade Rust to 1.52.0 ( #17096 )
...
* Upgrade Rust to 1.52.0
update nightly_version to newly pushed docker image
fix clippy lint errors
1.52 comes with grcov 0.8.0, include this version to script
* upgrade to Rust 1.52.1
* disabling Serum from downstream projects until it is upgraded to Rust 1.52.1
2021-05-19 09:31:47 -05:00
Michael Vines
3b79b21e9d
Upgrade to Rust 1.51.0
2021-04-18 20:55:02 -07:00
Michael Vines
5404e6aed0
Upgrade to Rust v1.50
2021-02-19 20:08:41 -08:00
Michael Vines
cbffab7850
Upgrade to Rust v1.49.0
2021-01-23 19:16:36 -08:00
Michael Vines
0d139d7ef3
Upgrade to Rust 1.48.0
2020-12-14 08:03:29 -08:00
Michael Vines
da1b480bd3
Update CI to Rust 1.46.0
2020-09-02 15:24:38 -07:00
Michael Vines
01262cda3f
Bump stable rust to 1.45.1
2020-08-03 18:35:15 +00:00
Michael Vines
83cc92f3f7
Upgade to Rust 1.45.0
2020-07-19 20:11:02 -07:00
Ryo Onodera
40ccade5cc
Update to rust 1.44.0 ( #10585 )
...
* Update rust 1.44.0
* Update rust nightly 1.46.0
* Update docs
* Fix clippy errors
* Compile all source code with stable and nightly
* Add another note
* script tweaks
* Fix a test...
* Add another workaround
* Add hack
* Increase timeout...
* Revert "Add hack"
This reverts commit 5960f087203be8792ec0728a6755288c317a2788.
* Revert "Add another workaround"
This reverts commit e14300d01ffd1b8e86e676662177545549b45c13.
* Require nightly rustfmt and use older nightly a bit
* Improve document a bit
* Revert now not-existing clippy check...
2020-06-17 01:32:16 +09:00
Michael Vines
230df0ec0c
Upgrade to Rust 1.43.0 ( #9754 )
2020-04-29 18:02:05 -07:00
Greg Fitzgerald
87e5f8acbf
Add mdbook-linkcheck to docker ( #9123 )
...
automerge
2020-03-27 10:18:01 -07:00
Michael Vines
b7b36bb0a4
Upgrade to Rust 1.42 ( #8836 )
...
* Upgrade to Rust 1.42
* deref
* parens
Co-authored-by: Trent Nelson <trent@solana.com>
2020-03-13 14:15:22 -06:00
Michael Vines
7d27be2a73
Upgrade to Rust 1.41.1
2020-02-28 10:10:42 -07:00
Michael Vines
137577fb86
Upgrade to rust 1.41.0
2020-02-11 12:56:02 -07:00
Tyera Eulberg
b832a03315
Add libudev-dev to docker image to build remote-wallet ( #8149 )
...
automerge
2020-02-06 13:45:05 -08:00
Rob Walker
a7040896f0
Update to rust 1.40.0 ( #7572 )
...
* Update to rust 1.40.0
* fixups
2019-12-19 23:27:54 -08:00
Michael Vines
e7f63cd336
Upgrade to rust 1.39.0 ( #6939 )
...
* Upgrade to rust 1.39.0
* 1.39.0 clippy
2019-11-14 12:27:01 -07:00
Michael Vines
a20f12865a
Upgrade to rust 1.38
2019-10-02 22:51:14 -07:00
Michael Vines
97db802be3
Add net-tools for netstat
2019-08-26 16:17:04 -07:00
Rob Walker
52f6da5cee
upgrade rust to 1.37 ( #5611 )
2019-08-23 08:55:51 -07:00
Greg Fitzgerald
186b514ebb
Embed Move ( #5150 )
...
automerge
2019-07-22 12:01:52 -07:00
Greg Fitzgerald
9b1471acae
Upgrade to Rust 1.36.0 ( #5206 )
...
* Upgrade to Rust 1.36.0
* Move test-checks.sh back to stable
* update nightly version to 2019-07-19
* use both nightly and stable for checks
2019-07-20 18:53:16 -06:00
Michael Vines
2b98a16ec6
Upgrade to rust stable 1.35.0 ( #4568 )
2019-06-06 09:24:38 -07:00
Rob Walker
abcbbb925f
push latest, too ( #4131 )
2019-05-02 15:33:08 -07:00
Rob Walker
059755fe59
install mdbook and svgbob_cli ( #4128 )
2019-05-02 15:32:31 -07:00