PackageTrack
Sign in Get early access

tao

Cross-platform window manager library.

0.37.0 29M downloads/mo #1716 most downloaded on crates.io tauri-apps/tao

What this package is like to depend on

Last release 2 days ago

21 Aug 2026

Release timing varies

gaps range from 2 weeks to 5 months

Rarely documented

notes for 3 of 123 stable releases

2 versions withdrawn

withdrawn after publishing

5 years old

125 releases · first in 2021

13 releases in the last 12 months

see the full history below

Release timeline

125 releases · Apr 2021 to Aug 2026
2022 2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 60 of 125
  1. 0.37.0 21 Aug 2026
    Release notes

    Cargo Audit

    Updating crates.io index
         Locking 359 packages to latest compatible versions
          Adding dlopen2 v0.8.2 (available: v0.9.0)
          Adding jni v0.21.1 (available: v0.22.4)
          Adding raw-window-handle v0.4.3 (available: v0.6.2)
          Adding raw-window-handle v0.5.2 (available: v0.6.2)
          Adding syn v2.0.119 (available: v3.0.3)
          Adding toml v0.8.2 (available: v0.8.23)
          Adding toml_datetime v0.6.3 (available: v0.6.11)
          Adding toml_edit v0.20.2 (available: v0.20.7)
    Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
          Loaded 1225 security advisories (from /home/runner/.cargo/advisory-db)
        Updating crates.io index
        Scanning Cargo.lock for vulnerabilities (361 crate dependencies)
    Crate:     atk
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0413
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0413
    
    Crate:     atk-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0416
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0416
    
    Crate:     gdk
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0412
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0412
    
    Crate:     gdk-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0418
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0418
    
    Crate:     gdkwayland-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0411
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0411
    
    Crate:     gdkx11-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0414
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0414
    
    Crate:     gtk
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0415
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0415
    
    Crate:     gtk-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0420
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0420
    
    Crate:     gtk3-macros
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0419
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0419
    
    Crate:     paste
    Version:   1.0.15
    Warning:   unmaintained
    Title:     paste - no longer maintained
    Date:      2024-10-07
    ID:        RUSTSEC-2024-0436
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0436
    
    Crate:     proc-macro-error
    Version:   1.0.4
    Warning:   unmaintained
    Title:     proc-macro-error is unmaintained
    Date:      2024-09-01
    ID:        RUSTSEC-2024-0370
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0370
    
    Crate:     glib
    Version:   0.18.5
    Warning:   unsound
    Title:     Unsoundness in `Iterator` and `DoubleEndedIterator` impls for `glib::VariantStrIter`
    Date:      2024-03-30
    ID:        RUSTSEC-2024-0429
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0429
    
    warning: 12 allowed warnings found
    

    [0.37.0]

    • beb88249 (#1304) Fix Android event loop hanging on first IPC call. When the ndk_glue event pipe and the wake fd became ready at the same time, ALooper_pollAll could return the fd event instead of ALOOPER_POLL_WAKE, so the loop never drained the user-event channel and every invoke response sat there forever. The event loop now drains pending user events on every iteration, regardless of what the poll reported.
    • 27e4d01e (#1298) Fix a mismatched meta-variable name in the android_binding macro.
    • 992909ac On Windows, skip set_skip_taskbar if skip_taskbar is false when creating the window and on taskbar restars.
    • 95636d5f (#1301) On iOS, fixed a startup panic in debug builds on iOS versions older than 26, caused by registering the iOS 26-only preferredWindowingControlStyleForScene: method inside the UIWindowSceneDelegate protocol block.
    • a3ff3f03 On iOS, always implement application:configurationForConnectingSceneSession:options: on the application delegate, using the role of the connecting session, so the tao scene delegate is installed whenever the system runs the app on the scene lifecycle - which iOS 26 and above does even for apps whose Info.plist does not declare a UIApplicationSceneManifest. Windows are now attached to a scene whenever one is connected instead of only when the Info.plist enables multiple scenes, and windows created before the first scene connects are adopted by it, so they are still displayed.
    • eebd58f9 (#1261) On iOS, emit WindowEvent::Destroyed for a scene's windows when the scene disconnects. Previously sceneDidDisconnect: was a no-op, so windows tied to a scene never reported their destruction when the system reclaimed the scene.
    • f6671e34 (#1291) Bumped MSRV to 1.85
    • 04394e48 (#1313) On Windows, fix Window functions panics after the parent event loop dropped, they log the errors instead
    • f8722bd3 (#1292) Updated windows and windows-core to 0.62, this drop Windows 7 support, see microsoft/windows-rs#3808
    • 493dc3a8 (#1306) On Windows, delay maximizing the window if it's hidden to avoid it flashing briefly. This also changed the size and position returned to pre-maximized states if you query them with the window being hidden and called maximize
    • bd1b990b (#1296) On Windows, fixed flashing title bar on undecorated windows creation
    • 36b31b79 (#1157) Exits the process on receiving WM_ENDSESSION message, this fixes the cannot move state from Destroyed crash after receiving the message from Restart Manager

    Cargo Publish

    Updating crates.io index
       Packaging tao v0.37.0 (/home/runner/work/tao/tao)
    warning: ignoring test `send_objects` as `tests/send_objects.rs` is not included in the published package
    warning: ignoring test `serde_objects` as `tests/serde_objects.rs` is not included in the published package
    warning: ignoring test `sync_object` as `tests/sync_object.rs` is not included in the published package
        Updating crates.io index
        Packaged 118 files, 1.3MiB (307.7KiB compressed)
       Uploading tao v0.37.0 (/home/runner/work/tao/tao)
        Uploaded tao v0.37.0 to registry `crates-io`
    note: waiting for tao v0.37.0 to be available at registry `crates-io`
    help: you may press ctrl-c to skip waiting; the crate should be available shortly
       Published tao v0.37.0 at registry `crates-io`
    
    Open source →
  2. 0.36.0 29 Jul 2026
    Release notes

    Cargo Audit

    Updating crates.io index
         Locking 360 packages to latest compatible versions
          Adding dlopen2 v0.8.2 (available: v0.9.0)
          Adding jni v0.21.1 (available: v0.22.4)
          Adding raw-window-handle v0.4.3 (available: v0.6.2)
          Adding raw-window-handle v0.5.2 (available: v0.6.2)
          Adding syn v2.0.119 (available: v3.0.3)
          Adding toml v0.8.2 (available: v0.8.23)
          Adding toml_datetime v0.6.3 (available: v0.6.11)
          Adding toml_edit v0.20.2 (available: v0.20.7)
          Adding windows v0.61.3 (available: v0.62.2)
          Adding windows-core v0.61.2 (available: v0.62.2)
    Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
          Loaded 1172 security advisories (from /home/runner/.cargo/advisory-db)
        Updating crates.io index
        Scanning Cargo.lock for vulnerabilities (362 crate dependencies)
    Crate:     atk
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0413
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0413
    
    Crate:     atk-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0416
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0416
    
    Crate:     gdk
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0412
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0412
    
    Crate:     gdk-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0418
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0418
    
    Crate:     gdkwayland-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0411
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0411
    
    Crate:     gdkx11-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0414
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0414
    
    Crate:     gtk
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0415
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0415
    
    Crate:     gtk-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0420
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0420
    
    Crate:     gtk3-macros
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0419
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0419
    
    Crate:     paste
    Version:   1.0.15
    Warning:   unmaintained
    Title:     paste - no longer maintained
    Date:      2024-10-07
    ID:        RUSTSEC-2024-0436
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0436
    
    Crate:     proc-macro-error
    Version:   1.0.4
    Warning:   unmaintained
    Title:     proc-macro-error is unmaintained
    Date:      2024-09-01
    ID:        RUSTSEC-2024-0370
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0370
    
    Crate:     glib
    Version:   0.18.5
    Warning:   unsound
    Title:     Unsoundness in `Iterator` and `DoubleEndedIterator` impls for `glib::VariantStrIter`
    Date:      2024-03-30
    ID:        RUSTSEC-2024-0429
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0429
    
    warning: 12 allowed warnings found
    

    [0.36.0]

    • 2b818c4e (#1288 by @Legend-Master) Breaking Change:

      Changed the names of the Android JNI lifecycle functions exposed by android_binding! as follows:

      • create to onFirstActivityCreate
      • onActivityCreate to onCreate
      • start to onStart
      • resume to onResume
      • pause to onPause
      • stop to onStop
      • Removed onActivitySaveInstanceState
      • onActivityDestroy to onDestroy
      • onActivityLowMemory to onLowMemory

      onLowMemory no longer takes any parameters.
      onFirstActivityCreate no longer takes any parameters.

    • 4d5005ff (#1173 by @sftse) fn set_min_inner_size, fn set_max_inner_size, fn set_inner_size_constraints,
      fn set_fullscreen and fn set_theme on Window were not properly thread-safe
      on Linux.

    • 2ff9e3e9 (#1271 by @Legend-Master) Fix EventLoopProxy::send_event sometimes doesn't deliver the event until the next EventLoopProxy::send_event call

    • 14a6dec2 (#1252 by @Legend-Master) Fix getting the DPI internally leaks HDC handles on Windows. Also only call GetDC when on < Windows 8.1 which improves its performance.

    • 47d38f36 (#1228 by @ushinohama966) fix(linux): map JIS keyboard specific keys (Zenkaku_Hankaku, Hiragana_Katakana, Henkan, Muhenkan) in raw_key_to_key to prevent them from becoming Key::Unidentified.

    • 2ada91bf (#1254 by @tenderdeve) On macOS, re-apply the custom traffic light inset after a title change and
      after leaving fullscreen, so the buttons no longer jump back to their default
      position on those events.

    • 07f3742b (#1218 by @dgerhardt) On Linux, multiple issues regarding window decoration handling for Wayland have been fixed
      (#899, #1046, tauri-apps/tauri#6562, tauri-apps/tauri#13440, tauri-apps/tauri#13749, tauri-apps/tauri#14251, tauri-apps/tauri#14748).
      Title bar buttons and changing of the title should now work as expected.
      Furthermore, client-side decorations are no longer applied, when server-side decorations are supported.
      SSD are no longer applied when decorations are disabled for a window during creation.
      Toggling of SSD rendering for existing windows is however not supported at this time.

    • dad6b990 (#1266 by @FabianLars) Tao now initializes ndk-context again. This happens in the first onActivityCreate call and uses an Application context instead of an Activity context.

    • 729bbcad (#1270 by @ahirner) Prevent iOS apps from aborting when UIKit lays out a Tao view while it is temporarily detached from its window.

    • f2163508 (#1245 by @velocitysystems) Prevent use-after-free in iOS configurationForConnectingSceneSession that crashes release builds on launch.

    • 3f70d07c (#1250 by @velocitysystems) Fix iPadOS 26 system window controls overlapping WKWebView content by implementing preferredWindowingControlStyleForScene: on the scene delegate and returning the minimal style. The optional protocol method is a no-op on iOS versions earlier than 26.

    • 87c46b52 (#1238 by @Legend-Master) Refactored some Windows keyboard internal implementations to catch up with winit, there should not be any behavior changes, please report if you find one

    • f7f8173d (#1264 by @seemoer) Release the window state lock before updating taskbar visibility on Windows to avoid a reentrant TaskbarCreated deadlock.

    • 71b59efe (#1209 by @lucasfernog) Moved Android and iOS lifecycle events to WindowEvent, including Started, Stopped, Suspended, and Resumed, so they are emitted for the specific window whose activity or scene changed lifecycle state.

    • 87c46b52 (#1238 by @Legend-Master) WindowEvent::ReceivedImeText event's text is now coming from ImmGetCompositionStringW instead of a recording WM_CHAR and WM_SYSCHAR messages

    • 5f209bd8 (#1231 by @Legend-Master) Fixed with_background_color doesn't work on initial load on Windows

    • c704261c (#1215 by @chuwik) Avoid Windows keyboard and IME deadlocks caused by re-entrant message processing while input state locks are held.

    • 5f209bd8 (#1231 by @Legend-Master) Removed window subclassing on Windows

    Dependencies

    Cargo Publish

    Updating crates.io index
       Packaging tao v0.36.0 (/home/runner/work/tao/tao)
    warning: ignoring test `send_objects` as `tests/send_objects.rs` is not included in the published package
    warning: ignoring test `serde_objects` as `tests/serde_objects.rs` is not included in the published package
    warning: ignoring test `sync_object` as `tests/sync_object.rs` is not included in the published package
        Updating crates.io index
        Packaged 118 files, 1.3MiB (306.1KiB compressed)
       Uploading tao v0.36.0 (/home/runner/work/tao/tao)
        Uploaded tao v0.36.0 to registry `crates-io`
    note: waiting for tao v0.36.0 to be available at registry `crates-io`
    help: you may press ctrl-c to skip waiting; the crate should be available shortly
       Published tao v0.36.0 at registry `crates-io`
    
    Open source →
  3. 0.35.3 23 May 2026
    Release notes

    Cargo Audit

    Updating crates.io index
         Locking 345 packages to latest compatible versions
          Adding jni v0.21.1 (available: v0.22.4)
          Adding raw-window-handle v0.4.3 (available: v0.6.2)
          Adding raw-window-handle v0.5.2 (available: v0.6.2)
          Adding toml v0.8.2 (available: v0.8.23)
          Adding toml_datetime v0.6.3 (available: v0.6.11)
          Adding toml_edit v0.20.2 (available: v0.20.7)
          Adding windows v0.61.3 (available: v0.62.2)
          Adding windows-core v0.61.2 (available: v0.62.2)
    Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
          Loaded 1098 security advisories (from /home/runner/.cargo/advisory-db)
        Updating crates.io index
        Scanning Cargo.lock for vulnerabilities (347 crate dependencies)
    Crate:     atk
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0413
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0413
    Dependency tree:
    atk 0.18.2
    └── gtk 0.18.2
        └── tao 0.35.3
    
    Crate:     atk-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0416
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0416
    Dependency tree:
    atk-sys 0.18.2
    ├── gtk-sys 0.18.2
    │   └── gtk 0.18.2
    │       └── tao 0.35.3
    └── atk 0.18.2
        └── gtk 0.18.2
    
    Crate:     gdk
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0412
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0412
    Dependency tree:
    gdk 0.18.2
    └── gtk 0.18.2
        └── tao 0.35.3
    
    Crate:     gdk-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0418
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0418
    Dependency tree:
    gdk-sys 0.18.2
    ├── gtk-sys 0.18.2
    │   └── gtk 0.18.2
    │       └── tao 0.35.3
    ├── gdkx11-sys 0.18.2
    │   └── tao 0.35.3
    ├── gdkwayland-sys 0.18.2
    │   └── tao 0.35.3
    └── gdk 0.18.2
        └── gtk 0.18.2
    
    Crate:     gdkwayland-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0411
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0411
    Dependency tree:
    gdkwayland-sys 0.18.2
    └── tao 0.35.3
    
    Crate:     gdkx11-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0414
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0414
    Dependency tree:
    gdkx11-sys 0.18.2
    └── tao 0.35.3
    
    Crate:     gtk
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0415
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0415
    Dependency tree:
    gtk 0.18.2
    └── tao 0.35.3
    
    Crate:     gtk-sys
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0420
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0420
    Dependency tree:
    gtk-sys 0.18.2
    └── gtk 0.18.2
        └── tao 0.35.3
    
    Crate:     gtk3-macros
    Version:   0.18.2
    Warning:   unmaintained
    Title:     gtk-rs GTK3 bindings - no longer maintained
    Date:      2024-03-04
    ID:        RUSTSEC-2024-0419
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0419
    Dependency tree:
    gtk3-macros 0.18.2
    └── gtk 0.18.2
        └── tao 0.35.3
    
    Crate:     paste
    Version:   1.0.15
    Warning:   unmaintained
    Title:     paste - no longer maintained
    Date:      2024-10-07
    ID:        RUSTSEC-2024-0436
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0436
    Dependency tree:
    paste 1.0.15
    └── rav1e 0.8.1
        └── ravif 0.13.0
            └── image 0.25.10
                └── tao 0.35.3
    
    Crate:     proc-macro-error
    Version:   1.0.4
    Warning:   unmaintained
    Title:     proc-macro-error is unmaintained
    Date:      2024-09-01
    ID:        RUSTSEC-2024-0370
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0370
    Dependency tree:
    proc-macro-error 1.0.4
    ├── gtk3-macros 0.18.2
    │   └── gtk 0.18.2
    │       └── tao 0.35.3
    └── glib-macros 0.18.5
        └── glib 0.18.5
            ├── pango 0.18.3
            │   ├── gtk 0.18.2
            │   └── gdk 0.18.2
            │       └── gtk 0.18.2
            ├── gtk 0.18.2
            ├── gio 0.18.4
            │   ├── pango 0.18.3
            │   ├── gtk 0.18.2
            │   ├── gdk-pixbuf 0.18.5
            │   │   ├── gtk 0.18.2
            │   │   └── gdk 0.18.2
            │   └── gdk 0.18.2
            ├── gdk-pixbuf 0.18.5
            ├── gdk 0.18.2
            ├── cairo-rs 0.18.5
            │   ├── gtk 0.18.2
            │   └── gdk 0.18.2
            └── atk 0.18.2
                └── gtk 0.18.2
    
    Crate:     glib
    Version:   0.18.5
    Warning:   unsound
    Title:     Unsoundness in `Iterator` and `DoubleEndedIterator` impls for `glib::VariantStrIter`
    Date:      2024-03-30
    ID:        RUSTSEC-2024-0429
    URL:       https://rustsec.org/advisories/RUSTSEC-2024-0429
    Dependency tree:
    glib 0.18.5
    ├── pango 0.18.3
    │   ├── gtk 0.18.2
    │   │   └── tao 0.35.3
    │   └── gdk 0.18.2
    │       └── gtk 0.18.2
    ├── gtk 0.18.2
    ├── gio 0.18.4
    │   ├── pango 0.18.3
    │   ├── gtk 0.18.2
    │   ├── gdk-pixbuf 0.18.5
    │   │   ├── gtk 0.18.2
    │   │   └── gdk 0.18.2
    │   └── gdk 0.18.2
    ├── gdk-pixbuf 0.18.5
    ├── gdk 0.18.2
    ├── cairo-rs 0.18.5
    │   ├── gtk 0.18.2
    │   └── gdk 0.18.2
    └── atk 0.18.2
        └── gtk 0.18.2
    
    warning: 12 allowed warnings found
    

    [0.35.3]

    Cargo Publish

    Updating crates.io index
       Packaging tao v0.35.3 (/home/runner/work/tao/tao)
    warning: ignoring test `send_objects` as `tests/send_objects.rs` is not included in the published package
    warning: ignoring test `serde_objects` as `tests/serde_objects.rs` is not included in the published package
    warning: ignoring test `sync_object` as `tests/sync_object.rs` is not included in the published package
        Updating crates.io index
        Packaged 119 files, 1.2MiB (301.4KiB compressed)
       Uploading tao v0.35.3 (/home/runner/work/tao/tao)
        Uploaded tao v0.35.3 to registry `crates-io`
    note: waiting for tao v0.35.3 to be available at registry `crates-io`
    help: you may press ctrl-c to skip waiting; the crate should be available shortly
       Published tao v0.35.3 at registry `crates-io`
    
    Open source →
  4. 0.35.2 04 May 2026

    Nothing published for this version

  5. 0.35.1 04 May 2026

    Nothing published for this version

  6. 0.35.0 23 Mar 2026

    Nothing published for this version

  7. 0.34.8 22 Mar 2026

    Nothing published for this version

  8. 0.34.7 22 Mar 2026

    Nothing published for this version

  9. 0.34.6 04 Mar 2026

    Nothing published for this version

  10. 0.34.5 20 Oct 2025

    Nothing published for this version

  11. 0.34.4 16 Oct 2025

    Nothing published for this version

  12. 0.34.3 01 Sep 2025

    Nothing published for this version

  13. 0.34.2 18 Aug 2025

    Nothing published for this version

  14. 0.34.1 17 Aug 2025

    Nothing published for this version

  15. 0.34.0 24 Jun 2025

    Nothing published for this version

  16. 0.33.0 07 Apr 2025

    Nothing published for this version

  17. 0.32.8 07 Mar 2025

    Nothing published for this version

  18. 0.32.7 04 Mar 2025

    Nothing published for this version

  19. 0.32.6 28 Feb 2025

    Nothing published for this version

  20. 0.32.5 28 Feb 2025

    Nothing published for this version

  21. 0.32.4 27 Feb 2025

    Nothing published for this version

  22. 0.32.3 26 Feb 2025

    Nothing published for this version

  23. 0.32.2 26 Feb 2025

    Nothing published for this version

  24. 0.32.1 24 Feb 2025

    Nothing published for this version

  25. 0.32.0 22 Feb 2025

    Nothing published for this version

  26. 0.31.1 04 Jan 2025

    Nothing published for this version

  27. 0.31.0 08 Dec 2024

    Nothing published for this version

  28. 0.30.8 11 Nov 2024

    Nothing published for this version

  29. 0.30.7 11 Nov 2024

    Nothing published for this version

  30. 0.30.6 09 Nov 2024

    Nothing published for this version

  31. 0.30.5 29 Oct 2024

    Nothing published for this version

  32. 0.30.4 28 Oct 2024

    Nothing published for this version

  33. 0.30.3 04 Oct 2024

    Nothing published for this version

  34. 0.30.2 24 Sep 2024

    Nothing published for this version

  35. 0.30.1 19 Sep 2024

    Nothing published for this version

  36. 0.30.0 02 Sep 2024

    Nothing published for this version

  37. 0.29.1 21 Aug 2024

    Nothing published for this version

  38. 0.29.0 16 Aug 2024

    Nothing published for this version

  39. 0.28.1 12 Jun 2024

    Nothing published for this version

  40. 0.28.0 07 May 2024

    Nothing published for this version

  41. 0.27.1 22 Apr 2024

    Nothing published for this version

  42. 0.27.0 01 Apr 2024

    Nothing published for this version

  43. 0.26.2 26 Mar 2024

    Nothing published for this version

  44. 0.26.1 28 Feb 2024

    Nothing published for this version

  45. 0.26.0 21 Feb 2024

    Nothing published for this version

  46. 0.25.0 03 Feb 2024

    Nothing published for this version

  47. 0.24.1 16 Jan 2024

    Nothing published for this version

  48. 0.24.0 20 Nov 2023

    Nothing published for this version

  49. 0.23.0 18 Oct 2023

    Nothing published for this version

  50. 0.22.3 16 Oct 2023

    Nothing published for this version

  51. 0.22.2 17 Aug 2023

    Nothing published for this version

  52. 0.22.1 15 Aug 2023

    Nothing published for this version

  53. 0.22.0 13 Aug 2023

    Nothing published for this version

  54. 0.21.1 30 Jul 2023

    Nothing published for this version

  55. 0.21.0 14 Jul 2023

    Nothing published for this version

  56. 0.20.0 22 May 2023

    Nothing published for this version

  57. 0.19.1 06 May 2023

    Nothing published for this version

  58. 0.19.0 14 Apr 2023

    Nothing published for this version

  59. 0.18.3 24 Mar 2023

    Nothing published for this version

  60. 0.18.2 23 Mar 2023

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive