Skip to content

Commit 6b12a90

Browse files
committed
Update Vagrant image
1 parent c2fd4ba commit 6b12a90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Vagrantfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# vi: set ft=ruby :
33

44
Vagrant.configure("2") do |config|
5-
config.vm.box = "docs.rs"
6-
config.vm.box_url = "https://docs.rs/vagrant.box"
7-
config.vm.box_download_checksum = "02554eb16ac72367980a883c4ff05f17d9988406"
8-
config.vm.box_download_checksum_type = "sha1"
5+
config.vm.box = "docs.rs_v2"
6+
config.vm.box_url = "https://docs.rs/vagrant_v2.box"
7+
config.vm.box_download_checksum = "7c6d9ef85a55461bce361e9734baf54a6eea9affa2334480cd7613a9a6b62bc4"
8+
config.vm.box_download_checksum_type = "sha256"
99

1010
config.ssh.username = "cratesfyi"
1111

0 commit comments

Comments
 (0)