Navigation Menu

Skip to content

Commit

Permalink
packages windows: use MessagePack 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 2, 2015
1 parent a5adfb6 commit 73ee861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/windows/Rakefile
Expand Up @@ -136,7 +136,7 @@ namespace :build do
tmp_dir = Pathname.new("tmp/msgpack")
rm_rf(tmp_dir)
mkdir_p(tmp_dir)
msgpack_version = "0.5.9"
msgpack_version = "1.0.1"
msgpack_base = "msgpack-#{msgpack_version}"
msgpack_tar_gz = "#{msgpack_base}.tar.gz"
msgpack_tar_gz_url_base =
Expand Down

0 comments on commit 73ee861

Please sign in to comment.