Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::{env::var, fs, io, io::prelude::*, io::ErrorKind::AlreadyExists, path::
use tar::Archive;

const FAASM_VENDOR_FOLDER: &str = "vendor/faasm";
const FAASM_RELEASE_BASE_URL: &str = "https://github.com/lsds/Faasm/releases/download/v";
const FAASM_RELEASE_BASE_URL: &str = "https://github.com/faasm/faasm/releases/download/v";
const FAASM_VERSION: &str = env!("CARGO_PKG_VERSION");

enum FaasmRelease {
Expand Down