buddyalloc 0.1.5

Safe and simple drop-in allocator for Rust running on embedded or bare metal systems (no_std)
Documentation
name: Win64 CI

on:
  push:
    branches: [ master ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: windows-latest

    steps:
    - uses: actions/checkout@v2
        
    - run: rustup update --no-self-update && rustup target add x86_64-pc-windows-msvc

    - name: build
      run: cargo build --target=x86_64-pc-windows-msvc --release