driverkit 0.14.0

A driver framework defining standard types and interfaces for writing device drivers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# See
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
# for details

version: 2
updates:
  # Enable crate version updates for the main crate
  - package-ecosystem: "cargo"
    # Look `Cargo.toml` in the repository root
    directory: "/"
    # Check for updates every day (weekdays)
    schedule:
      interval: "daily"