Román Cárdenas пре 1 година
родитељ
комит
511c0788eb
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      CHANGELOG.md

+ 4 - 0
CHANGELOG.md

@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 - Add `asm::fence()`, a wrapper for implementing a `fence` instruction
 - Add `asm::fence_i()`, a wrapper for implementing a `fence.i` instruction
 
+### Changed
+
+- CI action updated. It now uses `checkout@v3` and `dtolenay/rust-toolchain`.
+
 ## [v0.10.1] - 2023-01-18
 
 ### Fixed