Skip to content

Commit 98aeeee

Browse files
authoredMay 19, 2024··
Merge pull request #6 from dbohdan/master
Fix Tcl 9 compatibility
2 parents ac9b18c + 9b7e669 commit 98aeeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎msgpack.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package require Tcl 8.6
1+
package require Tcl 8.6 9
22
package provide msgpack 2.0.0
33

44
namespace eval msgpack {}

0 commit comments

Comments
 (0)
Please sign in to comment.