Skip to content

Commit ae7cdc3

Browse files
committed
Add note about Go toolchain needing to be installed
1 parent 2b1c263 commit ae7cdc3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "husk"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Hunter Wittenborn <[email protected]>"]
55
edition = "2021"
66
description = "Rust bindings for the mvdan.cc/sh Golang library"

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
//! This crate provides bindings to the [`mvdan.cc/sh` Golang library](https://pkg.go.dev/mvdan.cc/sh).
2+
//!
3+
//! # Note
4+
//! As this library is a wrapper around a Golang library, you'll need the [Go
5+
//! toolchain](https://go.dev/) installed on your system in order to build it.
26
pub mod shell;
37
pub mod syntax;
48
pub mod util;

0 commit comments

Comments
 (0)