Skip to content

Commit 686a580

Browse files
committed
hkd32: Path and PathBuf types
Moves derivation to a reference-based `Path` type, and adds an owned equivalent owned `PathBuf` type with support for parsing derivation paths from strings.
1 parent 132c6aa commit 686a580

File tree

7 files changed

+413
-137
lines changed

7 files changed

+413
-137
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ branches:
66
- develop
77

88
rust:
9-
- 1.35.0 # Minimum supported
10-
- stable # Stable should always be supported
9+
- 1.36.0 # Minimum supported
10+
# - stable # Stable should always be supported (but hasn't been bumped to 1.36)
1111

1212
os:
1313
- linux

0 commit comments

Comments
 (0)