Skip to content

Commit

Permalink
fix: allow Tcl 9
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed May 9, 2024
1 parent ac9b18c commit 9b7e669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msgpack.tcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package require Tcl 8.6
package require Tcl 8.6 9
package provide msgpack 2.0.0

namespace eval msgpack {}
Expand Down

0 comments on commit 9b7e669

Please sign in to comment.