fs: allow dir as dest in copy
This commit is contained in:
parent
ad93155d4f
commit
2852ef01cc
2 changed files with 5 additions and 1 deletions
|
|
@ -12,6 +12,10 @@ Deps.clj:
|
|||
|
||||
- Windows fixes
|
||||
|
||||
Babashka.fs:
|
||||
|
||||
- Allow dir as dest in `copy` [#24](https://github.com/babashka/fs/issues/24)
|
||||
|
||||
## 0.3.5
|
||||
|
||||
- Support [binf.cljc](https://github.com/helins/binf.cljc) library by adding `ByteBuffer` and `Charset`-related classes [#784](https://github.com/babashka/babashka/issues/784)
|
||||
|
|
|
|||
2
fs
2
fs
|
|
@ -1 +1 @@
|
|||
Subproject commit 71bea7700c01833023313697bde65a8c5d2034ec
|
||||
Subproject commit fc385eaa396af476700dd3ce2c2830ec05b29edc
|
||||
Loading…
Reference in a new issue