Skip to content

Releases: wrapperup/iconify-rs

Update rustls version

20 Apr 07:44
e3ddc84
Compare
Choose a tag to compare

Fix `cross-rs` builds. Cache dir is now "/tmp" on *nix

04 Apr 01:13
293b639
Compare
Choose a tag to compare
  • #39 Fix cross-rs builds not working. Cache dir is now /tmp on *nix platforms (thanks @rgwood!)
  • Bump deps:
    • proc-macro2 to 1.0.69
    • quote to 1.0.35
    • syn to 2.0.58
    • ureq to 2.9.6
    • url to 2.5.0
    • blake3 to 1.5.1

Bump blake3 to 1.5.0 and ureq to 2.8.0

04 Oct 01:12
Compare
Choose a tag to compare

With the latest ureq changes, it no longer locks down multiple versions of rustls-webpki. This should improve compile times slightly.

  • Bumped blake3 to 1.5.0
  • Bumped ureq to 2.8.0

Fix offline mode not compiling, bump dependencies

20 Sep 18:19
Compare
Choose a tag to compare
  • Fix offline mode not compiling
  • Bump proc-macro2 to 1.0.67

Bump dependencies

12 Sep 01:42
Compare
Choose a tag to compare
  • Bump quote to 1.0.33
  • Bump syn to 2.0.32
  • Bump url to 2.4.1

Bump dependencies, documentation improvements

27 Jul 07:48
Compare
Choose a tag to compare
  • Bump versions for quote, sun, and proc-macro2
  • Improve documentation for svg!, providing a convenient link to Iconify Icon Sets.

Fix documentation for `svg!` macro.

13 Jul 05:53
Compare
Choose a tag to compare
  • Fixed svg! attribute example being wrong.

Replace `reqwest` with `ureq`, fix docs, small refactor

12 Jul 08:01
Compare
Choose a tag to compare
  • Removed reqwest as a dependency, using ureq instead since we don't use async.
  • Fixed flip attribute documentation
  • Added a "both" option to flip.
  • Added tests, and CI.