Skip to content

Commit

Permalink
Merge pull request #34 from dinosaure/cstruct-6.0.0
Browse files Browse the repository at this point in the history
Fully apply Cstruct.to_string
  • Loading branch information
hannesm authored Sep 28, 2020
2 parents 765af7b + a95e900 commit c32e3df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.2.3 (2020-09-28)
* adapt to cstruct 6.0.0 API changes (#34 by @dinosaure)

## v0.2.2 (2020-01-29)
* packaging improvements: add lower bound to dune dependency, improve test
invocation, remove version from dune-project
Expand Down
2 changes: 1 addition & 1 deletion src/asn_prim.ml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module Gen_string : Prim_s with type t = string = struct

type t = string

let of_cstruct = Cstruct.to_string
let of_cstruct x = Cstruct.to_string x

let to_writer = Writer.of_string

Expand Down

0 comments on commit c32e3df

Please sign in to comment.